##commands used
*ls - list files and folders
*git clone - clones a repo locally from github
*touch - creates a file
*git add - stage a file before committing
*git commit - adds a commit (save point)
*git push - pushes the local changes to the remote repo
*git checkout -b - creates a new branch and checks it out
*subl - open file or folder in sublime