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 push1

Push just the one current branch

Git alias:

push1 = "!git push origin $(git current-branch)"

Example:

git push1

Compare git pull1.