Skip to content

Instantly share code, notes, and snippets.

@markshust
Created February 9, 2013 18:28
Show Gist options
  • Save markshust/4746451 to your computer and use it in GitHub Desktop.
Save markshust/4746451 to your computer and use it in GitHub Desktop.
gitsync
alias gitsync="git fetch upstream && git merge upstream/develop && git push origin develop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment