Jason Rowe

Be curious! Choose your own adventure.

Tag: GIT

  • Visual Studio Git vs Command Line

    Visual Studio Git vs Command Line

    When it comes to version control, there are two main ways to manage your code: using the git command line or using visual studio’s git GUI tools. Both methods have their advantages and disadvantages, so it ultimately comes down to personal preference. To initialize a repository using the git command line, you would use the […]

  • Introduction to Git using VS tools from Microsoft

    A quick introduction to Git version control system and Visual Studio Tools from Microsoft. Links in the video git-scm.com try.github.com tortoisegit VS2012 Git Plugin gitextensions

  • Trying out Git source control for windows

    I grabbed the latest version from msysgit project and ran the executable.  After it installed I was relieved to see it comes with a GUI application, I was feeling lazy. There is also a version of TortoiseGit which looks similar to TortoiseSVN. Before finding out how to start the GUI I browsed over this  cheat […]