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