Git === * `Git Pro Book `_: A comprehensive, online, book explaining source code management (scm) and git: * `GitHub on using git `_ * `Git Quick reference `_ * `Git Cheat Sheet `_ * `Git Visual cheat sheet `_ * `How to contribute on GitHub `_: Great explanation of how to contribute to an open source project on GitHub Commands git version git config --global user.name "name" git config --global email.name "email" git config --list git help -- command or git command -- help git clone URL or git clone URL target directory I. Start Tracking Local Code status add diff commit rm mv gitignore