Code Quick Tip: Alias Hub as Git on Windows If you use Git with GitHub, the Hub wrapper utility by GitHub is a better CLI option for working with your personal and org repositories.
Code Migrate an existing repository from Subversion to Git on Windows with history intact To continue my quest of converting from CVCS to git, I figured I would do a short write-up on my recent experience with converting from Subversion in a Windows environment.
Git Streamline your TFS to Git migration with Gitflow As a long-time TFS user and VSS user before that, what is most commonly referred to as centralized version control (CVCS) was all I knew.
Git Migrate an existing project from TFS to Git with changeset history intact When I started searching on the topic of moving from my 2-year-old TFS repository on visualstudio.com over to a new git repository, I was mentally preparing myself for a struggle.