Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created January 16, 2014 00:10
Show Gist options
  • Save tsabat/8447365 to your computer and use it in GitHub Desktop.
Save tsabat/8447365 to your computer and use it in GitHub Desktop.
function gpush() {
gc .; gp origin $(git rev-parse --symbolic-full-name --abbrev-ref HEAD)
}
function gpull() {
gc .; git pull origin $(git rev-parse --symbolic-full-name --abbrev-ref HEAD)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment