Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created January 30, 2015 09:05
Show Gist options
  • Save masaru-b-cl/19693dcfe44bd9b4243d to your computer and use it in GitHub Desktop.
Save masaru-b-cl/19693dcfe44bd9b4243d to your computer and use it in GitHub Desktop.
git-dosukoi ( refs. git でどすこいする方法 - Qiita http://qiita.com/NPoi/items/739dee62e0e5f0c5837c )
#!/bin/sh
REMOTE=${1:-"origin"}
git push ${REMOTE} `git rev-parse --abbrev-ref HEAD`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment