DEV Community

Discussion on: Git + GitHub Best Practices for Teams (Opinionated)

Collapse
 
victoryarema profile image
Victor Yarema

I forgot to add that some projects have specific rule that states something like "rebase your changes on top of upstream before creating pull request".

Thread Thread
 
victoryarema profile image
Victor Yarema

Found example.
"Note that it is highly recommended to keep your pull requests up-to-date. If you do not know how to do this, take a look on manpage of git-rebase."
github.com/termux/termux-packages#...