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
Fast-forward rebase instead of merging avoids redundant commits to be created, there's also a toggle in the GitHub web UI somewhere to enforce this on PRs.
The text was updated successfully, but these errors were encountered:
emansom
changed the title
Use local fast-forward rebase instead of GitHub's PRs
Use local fast-forward rebase instead of GitHub's PRs for (maintainer/local) development
Jan 8, 2022
emansom
changed the title
Use local fast-forward rebase instead of GitHub's PRs for (maintainer/local) development
Use fast-forward rebase instead of GitHub's PRs for (maintainer/local) development
Jan 8, 2022
See this post that goes into detail on the how and why.
Recommended git extension here. (should be available in brew, winget/scoop, AUR, etc)
Fast-forward rebase instead of merging avoids redundant commits to be created, there's also a toggle in the GitHub web UI somewhere to enforce this on PRs.
~/.gitrc
required addition (avoids local Git creating merge commits during conflict auto-merging):The text was updated successfully, but these errors were encountered: