Skip to content

Instantly share code, notes, and snippets.

@adithya321
Created September 21, 2018 10:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adithya321/04c8eab554f1b5c26cf2e0c0ad2e3a4d to your computer and use it in GitHub Desktop.
Save adithya321/04c8eab554f1b5c26cf2e0c0ad2e3a4d to your computer and use it in GitHub Desktop.
To make a git alias for pushall #git
git config --global alias.pushall '!git remote | xargs -L1 git push --all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment