Skip to content

Latest commit

 

History

History

git-push1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git push1

Push just the one current branch

Git alias:

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

Example:

git push1

Compare git pull1.