git Tutorial
Git: Install
By Xah Lee. Date:
2015-05-25
. Last updated:
2022-03-28
.
For Microsoft Windows, Mac, linux, see
https://git-scm.com/
git
Install
Install git
Git: Basics
Git: help
Create
Create a Project
Clone a Project
Commit
Add Files
Commit Files
Pull from Server
Push to Server
Manage
Commit ID
View History
Find Difference
Git Blame
Undo Add File
Undo Commit
Fix Last Commit Message
Revert to Old
Misc
Branching
Archive; Zip
Temp Save: git stash
git FAQ
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