Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 174 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 174 Bytes

git remotes-push

For each remote branch, push it

Git alias:

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

Example:

git remotes-push