Skip to content

Instantly share code, notes, and snippets.

@letsspeak
Created February 25, 2014 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letsspeak/9207746 to your computer and use it in GitHub Desktop.
Save letsspeak/9207746 to your computer and use it in GitHub Desktop.
git branch | awk '/^*/{print $2}' | xargs -I% git push origin %
こんな感じでなんとか出来ないだろうか
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment