git pull1
Pull just the one current branch
Git alias:
pull1 = "!git pull origin $(git current-branch)"
Example:
git pull1
Compare
git push1
.