Unterhaltung
Nachrichten
-
@alblue I just stumbled over your git-hg comp. http://alblue.bandlem.com/2011/03/mercurial-and-git-technical-comparison.html some notes:…
Tuesday, 18-Feb-14 07:29:44 UTC von web-
@alblue …I have been using hg for several years, and I use rev-numbers: they are a practical way to express commit-relationships…
-
@alblue …hg rebase can squash commits just like git rebase and the mutable extension can resolve rebase-conflicts…
-
@alblue …the equivalent to the git index is the hg mq extension: It actually gives you as many staging areas as you want…
-
@alblue …and Mercurial has been providing history-external branches since 1.1 (2009) via bookmarks which became a core-feature in 1.8…
-
@alblue …and nowadays the equivalent to git cherry-pick is the core command #hg graft…
-