Hacker News
- I prefer rebase over merge (and everything else) https://shiftmag.dev/rebase-over-merge-4014/ 2 comments
- The merge vs. rebase debate https://graphite.dev/blog/why-ban-merge-commits 201 comments
- Squash, Merge, or Rebase? https://matt-rickard.com/squash-merge-or-rebase/ 4 comments
- Squash, Merge, or Rebase? https://matt-rickard.com/squash-merge-or-rebase/ 2 comments
- Rebase and merge pull requests https://github.com/blog/2243-rebase-and-merge-pull-requests 95 comments
- Merging vs. Rebasing https://www.atlassian.com/git/tutorials/merging-vs-rebasing/ 51 comments
- Merge vs. Rebase – A deep dive into the mysteries of revision control http://blog.experimentalworks.net/2009/03/merge-vs-rebase-a-deep-dive-into-the-mysteries-of-revision-control/ 2 comments
- Linus on git rebase and merge (2009) http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html 52 comments
- Visualized Git practices for team: branch, merge, rebase http://kentnguyen.com/development/visualized-git-practices-for-team/ 36 comments
- Rebasing Merge Commits in Git (a cautionary tale for software teams) http://notes.envato.com/developers/rebasing-merge-commits-in-git/ 4 comments
- Why I prefer rebase over merge (and everything else) https://shiftmag.dev/rebase-over-merge-4014/ 126 comments programming
- Selecting the Right Git Merging Strategy: Merge Commit, Squash and Merge, or Rebase and Merge https://akashrajpurohit.com/blog/selecting-the-right-git-merging-strategy-merge-commit-squash-and-merge-or-rebase-and-merge/ 36 comments programming
- The Unending Debate: Git Merge or Rebase? https://poletto.dev/the-unending-debate-git-merge-or-rebase 56 comments javascript
- Git Merge vs Git Rebase https://youtu.be/YMBhhje-Sgs 70 comments programming
- Squash, Merge, or Rebase? https://matt-rickard.com/squash-merge-or-rebase/ 437 comments programming
- Merge or rebase PR in trunk-based development? https://trunkbaseddevelopment.com 13 comments git
- So what's the difference between "git merge" and "git rebase"? https://youtu.be/k-ddhtSM8wU 4 comments git
- Merging vs. Rebasing https://www.atlassian.com/git/tutorials/merging-vs-rebasing 27 comments programming
- Edward Thomson about line endings, merge strategies, and merge vs. rebase https://www.youtube.com/watch?amp%3Bt=297&v=VxmL6g9uy-A 5 comments git
- Clarification on an article I've read on git rebase vs git merge https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aa 11 comments git
- Learn the difference between "git merge" and "git rebase" https://www.stackchief.com/blog/git%20merge%20vs.%20git%20rebase 17 comments git
- Merge vs Rebase: Do They Produce the Same Result? https://www.edwardthomson.com/blog/merge_vs_rebase.html 3 comments git
- Git merge strategy using rebase? https://git-scm.com/docs/git-merge#_merge_strategies 5 comments git
- Git team workflows: is it better to merge or rebase? https://github.com/jiaweihli/git-workflow-strategies-example 38 comments programming
- A 'git branch --merged' that works with rebased commits https://github.com/mvdan/git-picked 5 comments git
- GIT Rebase vs GIT Merge for Beginners https://medium.com/@justintulk/git-rebase-vs-git-merge-for-beginners-aecc1ef1c718#.83h5wdccg 7 comments webdev
- Rebase and merge pull requests @ GitHub https://github.com/blog/2243-rebase-and-merge-pull-requests 6 comments programming
- git rebase vs merge on a svn-migrated repo https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview 3 comments git
- Find if your branch is fully rebased & merged into master (more forgiving alternative for git branch --merged) https://gist.github.com/sinelaw/d16342b96b007ba63cb66bda3e2617b1 4 comments git
- Merge vs Rebase http://codetunnel.io/merge-vs-rebase-part-1-what-is-a-commit-hash/ 7 comments git
- Git team workflows: merge or rebase? http://blogs.atlassian.com/2013/10/git-team-workflows-merge-or-rebase/ 5 comments git
- Git team workflows: merge or rebase? http://blogs.atlassian.com/2013/10/git-team-workflows-merge-or-rebase/ 26 comments programming
- git-imerge: incremental merging and rebasing for Git, written by a Git core developer https://github.com/mhagger/git-imerge 19 comments programming
- git rebase vs. git merge: an agile perspective http://pivotallabs.com/git-rebase-vs-git-merge-an-agile-perspective/ 7 comments git
- Git – When to Merge vs. When to Rebase http://www.derekgourlay.com/archives/428 6 comments programming
- Git merge vs. rebase http://mislav.uniqpath.com/2013/02/merge-vs-rebase/ 25 comments git
- Visualized Git best practices for team: branch, merge, rebase http://kentnguyen.com/development/visualized-git-practices-for-team/ 3 comments git
- git merge vs git rebase: avoiding rebase hell http://jarrodspillers.com/articles/git-merge-vs-git-rebase-avoiding-rebase-hell 5 comments programming
- Merge vs. Rebase http://blog.experimentalworks.net/2009/03/merge-vs-rebase-a-deep-dive-into-the-mysteries-of-revision-control/ 7 comments programming