Create new depository on github and copy the url
open git shell and clone depository with
change the directory on the shell with
cd C:...\github\git-cheat-sheet
access the status with
git status
in sublime text, add te project with
Project > add folder to project
sync with
- git add/rm filename.txt add the file
- git commit -m added/removed file send a message
- git push send the information to github