Skip to content

Latest commit

 

History

History

git-pull1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git pull1

Pull just the one current branch

Git alias:

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

Example:

git pull1

Compare git push1.