Monday, March 2, 2015

Top 3 Interactive Git Tutorials!




Learning curve of popular version control system, Git has always been pretty complex. With the modern changes in dev workflow, use of version control system has become extremely important. The web-based interactive tutorials have made learning git a fun thing to do. You don’t need to install or configure Git either.
It may be tempting to use graphical user interface while learning Git but we would suggest in adopting to command line. CLI really helps to understand abstract concepts of Git. It can be more challenging but it’s a good thing because it will force you to slow down and truly absorb the material. With interactive tutorials, you can excel at Git in matter of two days if you are coming with programming background. Today we have listed three free interactive tutorials that can make learning Git a fun experience for you.
1. Try Git:
This is an excellent intro for first-time Git users. You can easily excel the Git commands for day-to-day use. The tool provides all the tools a beginner would require. You can create Git repository, make changes in it, work with remotes using Try Git. This is a lightning fast crash course that can give you a tour of Git under 15 minutes.
2. Git Real (Introduction):
This is an online course on Code School. Learner gets video instructions and hands-on interactive challenges to solve on this online course. However, only the first level of course – ‘Introduction’ is free. You have to pay for other levels. You can get more detailed overview of Git than Try Git with this course. The entire course is focused on things you will come across while web development.
3. Learn Git Branching:
Some Git concepts are really tough to understand. Learning-curve of Git concepts like source tree, source tree traversal and branching can be really tough if the approach is wrong. This interactive tutorial can make this little more easier. Learn Git Branching is divided in five parts according to the difficulty level. Each part has two to five modules in it.
[From : http://azure.efytimes.com/?p=609]

0 comments:

Post a Comment