Etc. Command
View Help
# View all commands provided by Git
$ git help -all# View all options available for a specific command
$ git [command] -helpSetup and Initialization
# Create a Git repository based on the current directory
$ git init# Clone a remote Repository to a local Repository through URL
$ git clone [url]Stage & Commit
Comparison and Inspection
Share and Update
History Modification
Temporary Storage
Last updated