You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theory: how to create a feature branch to avoid problems at PR phase and how to fix if you face this issue nevertheless
Author adds some code into two individual files in 4 commits, committing into a feature branch
(commit to file A, commit to file B, commit to file A again, commit to file B again)
Author regroups and squashes commits per each file
Author pushes changes upstream
Code reviewer requests changes
Author implements changes locally
Code reviewer requests a change with a suggestion
Author accepts suggestion on GitHub
Code reviewer approves PR
Code reviewer squash-rebases PR commits onto dev
Repo maintainer merges changes from dev into master and tags a release
The text was updated successfully, but these errors were encountered:
Draft
Theory: how to create a feature branch to avoid problems at PR phase and how to fix if you face this issue nevertheless
(commit to file A, commit to file B, commit to file A again, commit to file B again)
dev
dev
intomaster
and tags a releaseThe text was updated successfully, but these errors were encountered: