Skip to content

Files

Latest commit

72ab030 · Jan 11, 2022

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.