Share via


Learning Git?

As Git for TFS and Visual Studio are building steam, I felt it was a good time to get learn more about the power of Git. Even though the tooling in Visual Studio and TFS is pretty good, it currently does not cover all the of Git commands in the IDE. I have also run across several push and pull conflicts that I could not resolve withing Visual Studio and needed to resort to the command line. To aid in me along my Git learning journey I stumbled upon a great resource online called LearnGitBranching. As the tools author states ...

"This application is designed to help beginners grasp the powerful concepts behind branching when working with git."

If you are new to Git and want understand the basic branching concepts and commands, then I recommend you check it out. It doesn't not take long to go through labs and the skills you learn will come in handy when you find yourself in a Git jam.

  

Also try pcottle.github.io/learnGitBranching/?NODEMO to just practice your Git commands.