Git Init: A Ti Ny Cheatsheet On
Git Init: A Ti Ny Cheatsheet On
GIT
git init
Create an empty repository in
the current directory
[branch]
Switch to a branch named
[branch]
git merge [branch]
Merge branch named [branch]
with the current one
git clone [url]
Download a git repository
from [url]
git log
List all the commits in the
current branch’s history
godcrampy sahil.surge.sh