Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 243 Bytes

git_tutorial_prepare_for_pull_request.md

File metadata and controls

11 lines (10 loc) · 243 Bytes

featureBranch = Branch for pull request

  • commit changes
  • pull & fetch on master
  • git co featureBranch
  • git rebase master
  • resolve conflicts
  • git reset HEAD^ {n-times}
  • gitg
  • git commit -m ""
  • git push --force origin featureBranch