Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created December 7, 2015 03:49
Show Gist options
  • Save tsabat/26f3366b37f15934ecdb to your computer and use it in GitHub Desktop.
Save tsabat/26f3366b37f15934ecdb 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