A brief Intro
1.
Getting Started
1.1.
Installing Git
1.2.
Git Config
1.3.
Getting Help
1.4.
Getting A Git Repository
1.5.
Recording Changes To The Repository
1.6.
Ignoring Files
2.
Committing
2.1.
Committing Your Changes
2.2.
Removing & Renaming Files
2.3.
Saving Without Committing
3.
Logging
3.1.
Viewing The Commit History
4.
Undoing Things
4.1.
Minor Changes To A Commit
4.2.
Unstaging A Staged File
4.3.
Unmodifying A Modified File
4.4.
Setting The HEAD To A Previous Commit
4.5.
Data Recovery
5.
Working With Remotes
5.1.
Log - Push - Pull
6.
Tags and Aliases
6.1.
Working With Tags
6.2.
Git Aliases
7.
Branches
7.1.
Creating And Switching
7.2.
Merging
7.3.
Cleaning Out
License
Light
Rust
Coal
Navy
Ayu
Brief Git - Notes For Version Control With Git
Branches
Cleaning Out
To check for whitespace errors, before committing, run the command
$ git diff --check