Show Menu
Cheatography

For_me Cheat Sheet (DRAFT) by

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

GIT commands

git remote add origin ssh://gt
adds the remote git to the local git repository
git push origin master
pushes the local git to the remote repository
   

linux commands

df -a
shows hdd space (also remote)