Git revision control software howto
This document shows us how to install and configure Git - revision control software.
FTA "...Git is the open source revision control software that Linus Torvalds developed to help manage Linux kernel development. You can download it yourself and use it for your own kernel hacking -- or for software development projects of your own. This article shows you how to get started hacking Linux with the Git tools...
To be an effective software developer in any modern software development project, you must be able to develop concurrently with other project contributors. Source code management (SCM) systems are not a new idea. Many attempts have been made to write software that allows future software projects to be developed faster and easier. Most modern source code management solutions include revision control systems to allow retractions of source code changes that turn out to be detrimental to the project, or to simply track who changed what lines of code. Revision control systems attempt to address the problem posed by developers trying to alter a file simultaneously, preventing users from overwriting each others' alterations. Many of the currently popular solutions for source code management try to address failures in previous SCM solutions..."
Read more at: IBM developerworks site
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Download of the day TortoiseSVN - Windows Subversion client
- CVS, Git, Arch Linux Version control mini how to
- Download of the day: Bazaar Distributed Version Control System
- Quick tip: Eject and Insert CD / DVD media under Linux
- Iptables for restricting access by time of day
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


The link is bad. This is the right one:
http://www-128.ibm.com/developerworks/linux/library/l-git/?ca=dgr-lnxw07UsingGit