Showing posts with label try git. Show all posts
Showing posts with label try git. Show all posts

July 05, 2012

Learn GIT in fifteen minutes with Try Git

No comments:
GIT is a distributed version control system which allows groups of people to work on the same codes at the same time, and without interfering with other's work. It primarily offered a command line client but many GUI versions are now available.



Have you tried different version controls but were not satisfied? Do you get confused when reading or listening about Fork, Pull and other GIT related terms? Want contribute to the open source community but can't understand GIT? Now's your chance to educate yourself.

You can be a total stranger, a novice or one who failed at first attempt but now you can learn GIT if you're willing.

Try Git is a website hosted on a new sub-domain and presented by CodeSchool. Try Git offers step by step tutorial and a web based console to practice as you learn and explore Git. Head over to try.github.com and start learning. Best of luck!
Read More