On my research list: “git merge –no-ff”
Posted by jpluimers on 2020/07/29
I need to put some time in understanding git merge --no-ff
.
Some links to get started:
- [WayBack] How to do a non-fast forward merge in Visual Studio – 093 – Sara Ford’s Blog
- [WayBack] My New Best Friend: git merge –no-ff · Jonathan Oliver
- [WayBack] git -no-ff rebase: Does It Exist? – HostingAdvice.com
- [WayBack] Using Git: The Fast-Forward vs –no-ff Debate – Short and Sweet Courses
- [WayBack] Why you should use git merge –no-ff when rebasing.
- [WayBack] What is the difference between `git merge` and `git merge –no-ff`? – Stack Overflow
- [WayBack] Git merge with –squash while keeping log of every commit – Stack Overflow
–jeroen
Leave a Reply