Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 192 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 192 Bytes

git pull1

Pull just the one current branch

Git alias:

pull1 = "!git pull origin $(git current-branch)"

Example:

git pull1

Compare git push1.