Preview:
git config –global user.name “[name]”  
git config –global user.email “[email address]”  
git init [repository name]
git clone [url] 
git add [file] 
git add *  
git commit -m “[ Type in the commit message]” 
git commit -a  
git rm [file]
git branch
git branch [branch name]
git checkout [branch name]
git checkout -b [branch name]
git merge [branch name]  
git remote add [variable name] [Remote Server Link]  
git push [variable name] master  
git pull [Repository Link]  

git rm -rf .git
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter