Can I make fast forwarding be off by default in git?
I can’t really ever think of a time when I would use git merge rather than git rebase and not want to have … Read more
I can’t really ever think of a time when I would use git merge rather than git rebase and not want to have … Read more
Coming from mercurial, I use branches to organize features. Naturally, I want to see this work-flow in my history as well. I started … Read more
Using gitk log, I could not spot a difference between the effect of git merge and git merge –no-ff. How can I observe … Read more