Skip to content

Latest commit

 

History

History

git-remotes-push

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git remotes-push

For each remote branch, push it

Git alias:

remotes-push = !git remote | xargs -I% -n1 git push %

Example:

git remotes-push