A collection of wiki pages and external sources of information related to Git. Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people.
Download and install Git from git-scm.com.
Some quick links to resources to get you started.
The git command line interface (CLI) is probably the most commonly used way to work with git and learning how to do this will probably serve you well in the future. If you’ve never worked with any command line tools before, this might seem daunting but it shouldn’t be too complicated once you get the hang of it. For a quick overview of the commands you’ll likely need, see: Git quick reference.
Git has its own native gui, but there are some third party gui’s that can help streamline the process of maintaining a Git repository (if you don’t mind feeling a little less like a hackerman). Some example gui’s: