Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

git push1

Push just the one current branch

Git alias:

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

Example:

git push1

Compare git pull1.