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
Setup Name and Email
Git Ignore File
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
git config
git FAQ
Unadd File
Undo Commit
Fix Last Commit Message
Revert to Old
Delete Untracked Files
What is HEAD
Fix Detached Head
Git Config Line-Ending for Windows