Google Code In Git Basics Git is a tool which helps you to manage your changes to the code and also helps to track changes made in a file, thus, it is used to made a patch which involves the difference between changes in the two files. Installing Git : 1. For windows download the latest version from the following link . and then run the installer. To confirm, whether git has been installed or not type git by opening the command prompt. If there are no errors, you are good to go! 2. For Mac, use Macports and type the following command : $ sudo port install...