Skip to content

Instantly share code, notes, and snippets.

@AstraLuma
Created November 7, 2014 23:07
Show Gist options
  • Select an option

  • Save AstraLuma/d49bdeea929cdcf5930c to your computer and use it in GitHub Desktop.

Select an option

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