Skip to content

Instantly share code, notes, and snippets.

@iddar
Last active January 6, 2016 22:31
Show Gist options
  • Select an option

  • Save iddar/ed18b4260b1806e463ce to your computer and use it in GitHub Desktop.

Select an option

Save iddar/ed18b4260b1806e463ce to your computer and use it in GitHub Desktop.
git checktout -b taskid-123
git rebase dev
# git commit -am 'message'
git push origin taskid-123
# create pull request
git rebase head~# -i #if commits > 1
git checkout dev
git merger taskid-123
git push origin dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment