There are currently 4 branching strategies and with this post you should be able to know when to use them. In which situations one is more appropriate than the other? Without further ado, let's jump into them. Centralized strategy This is suitable for teams that are migrating from old style subversion to git. You heard… Continue reading Which git strategy should I use?
Category: Git
GitUP
A less known interface for Git. Looks cool. Its main drawback which is for a majority of users a blocker it that works only on OSX. Luckily I enjoy using OSX so I must share this cool thing with the other mac guys. Its selling point is: "You're here to write code, not meditate on… Continue reading GitUP
Git. To rebase or not to rebase?
This is the question. Git has been around from some time now and offers lots of functionality in comparison with SVN. If you're not using git by now, you are a dinosaur. But this is not about git vs SVN. It's about merging vs rebasing. When to use one or the other. There is a… Continue reading Git. To rebase or not to rebase?