Tag Archives: source control manager

gitcheck: check all your git repositories for changes

One of the cool things about distributed version-control systems (VCSs) or source-control managers (SCMs) like bzr or git is that they don’t have to be distributed. Today, I stick virtually any text file I write into a (local) git repository, … Continue reading

Posted in All, Software | Tagged , , , , , | 2 Comments

git for coworkers

Would you like a coworker without experience with git to use your git repository?  Or are you that coworker who hasn’t used git before?  Here’s what you need to know.

Posted in All, Software | Tagged , , | Leave a comment

Convert bzr to git

I played with bzr (Bazaar) as a source-control manager (SCM) for a while, after having used svn for a couple of years. In the end, bzr turned out to be the stepping stone I needed to move to git. Hence, … Continue reading

Posted in All, Software | Tagged , , | 6 Comments