Skip to content

Instantly share code, notes, and snippets.

@rafaelrinaldi
Created March 24, 2011 04:31
Show Gist options
  • Save rafaelrinaldi/884578 to your computer and use it in GitHub Desktop.
Save rafaelrinaldi/884578 to your computer and use it in GitHub Desktop.
Easy way to push changes to your GitHub repositories.
github_user="your-user-goes-here"
git-push() {
git push `printf git@github.com:$github_user/%s.git $1`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment