December 2013
Beginner
416 pages
12h 45m
English
The Git GUI is fairly basic, and if you prefer, you can use the Git Bash command-line utility that comes packaged with Git. It can be used for the following commands.
To see which files have changes or need to be added, run the following:
git status
To add a new file to version control, use the following command:
git add <filename>
Once you have made changes to files, check the files in via the following command:
Read now
Unlock full access