Skip to content

Instantly share code, notes, and snippets.

@AstraLuma
Created November 7, 2014 23:07
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 AstraLuma/d49bdeea929cdcf5930c to your computer and use it in GitHub Desktop.
Save AstraLuma/d49bdeea929cdcf5930c to your computer and use it in GitHub Desktop.
Publish the current git branch to origin
#!/bin/sh
exec git push -u origin `git rev-parse --abbrev-ref HEAD`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment