Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

git pull1

Pull just the one current branch

Git alias:

pull1 = "!git pull origin $(git current-branch)"

Example:

git pull1

Compare git push1.