Comp Lang Tutorials
Practical git Tutorial
This is a practical git tutorial for beginners.
This tutorial focus on teaching the commands that are used daily.
git tutorial
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
Config
Setup Name and Email
Ignore File
Config Line-Ending for Windows
git FAQ
Delete Untracked Files
What is HEAD
Fix Detached Head