Show Menu
Cheatography

Git & GitHub CheatSheet Cheat Sheet (DRAFT) by

All Major and important Git and GitHub CheatSheet to get you started

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Source Control

Source Code or Version Control is a way of tracking your file's progress over time.

Ubuntu cmd Command

Command
Descri­ption
ls
To list content of direct­ory­(fo­lders)
ls -la
Also list hidden files
pwd
List present directory
cd ..
Changes directory to one level up
cd
Move us back to old (Initial directory)
 

Git Basic Command

Name
Command
Use Case
Git Version
git --version
Used to check version of git installed in system.