Skip to content

Instantly share code, notes, and snippets.

@mokolodi1
Created October 2, 2015 00:10
Show Gist options
  • Save mokolodi1/db52873beb84420c3000 to your computer and use it in GitHub Desktop.
Save mokolodi1/db52873beb84420c3000 to your computer and use it in GitHub Desktop.
Pulls in changes from a feature branch to development
# $1 is the branch name
git push origin $1
git checkout development
git pull --rebase origin $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment