Comp Lang Tutorials
Practical git Tutorial
git-logo
This is a practical git tutorial for beginners.
This tutorial focus on teaching the commands that are used daily.
Table of Contents
Install
Install
Basics
help
Create
Create Project
Clone a Project
Commit
Add Files
Commit Files
Pull from Server (Get Update)
Push to Server
Manage
Commit ID
Show Difference Between Files
View History/Log
blame (find changes in log)
Misc
Branching
Archive. Zip Repo
stash (Temp Save)
git FAQ
Undo Add File
Undo Commit
Fix Last Commit Message
Revert to Old Version
Config
Setup Name and Email
Ignore File
Config Line-Ending for Windows
Frequently Asked Questions
Delete Untracked Files
What's HEAD
Fix Detached Head
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
Config
Setup Name and Email
Ignore File
Config Line-Ending for Windows
git FAQ
Delete Untracked Files
What is HEAD
Fix Detached Head