Show Menu
Cheatography

GIT Cheat Sheet (DRAFT) by

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

Change remote directory

git remote
list all remote name
git remote -v
list all remote name + link
git remote rm origin
remove remote for origin

GIT SUBMODULE

git submodule add <repo url>
Add a submodule in the actual path
 
 

Various