git Tutorial
Git: Install on Linux/Mac/Windows
By Xah Lee. Date:
2015-05-25
. Last updated:
2022-03-28
.
For Microsoft Windows, Mac, linux, see
https://git-scm.com/
git
Install git
Git Basics
git help
Create a Project
Clone a Project
Commit Files
Push to Server
Pull from Server
Commit ID
Find Difference
View Log
Git Blame
Branching
Archive; Zip
Temp Save: git stash
git FAQ
Unadd File
Undo Commit
Fix Last Commit Message
Revert to Old
git config
Setup Name and Email
Git Ignore File
Git Config Line-Ending for Windows
git FAQ
Delete Untracked Files
What is HEAD
Fix Detached Head