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
If the dev branch has deviated from the PR branch before merge-time, recommend rebasing the PR branch on top of the new dev commits and resolve any conflicts before merge.
If the PR branch contains branch merges or a high number of intermediate commits, recommend squashing some of them together using git rebase -i to simplify the commit history before merge.
Maybe include the essential git commands?
The text was updated successfully, but these errors were encountered:
I've added some of your points in the latest commit to #111.
Maybe include the essential git commands?
I'd rather not write a git tutorial... especially since I am not a CLI git user myself.
And interactive rebasing is an art unto itself.
If you have a good source, we can link to it, though!
I've added some of your points in the latest commit to #111.
Thank's
Maybe include the essential git commands?
I'd rather not write a git tutorial... especially since I am not a CLI git user myself.
And interactive rebasing is an art unto itself.
If you have a good source, we can link to it, though!
I suggest adding some items in the Contribution Guidelines:
dev
branch has deviated from the PR branch before merge-time, recommend rebasing the PR branch on top of the newdev
commits and resolve any conflicts before merge.git rebase -i
to simplify the commit history before merge.The text was updated successfully, but these errors were encountered: