/ _ \ \_\(_)/_/ _//"\\_ more on JOHLEM.net / \ 0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0o0 --- CHEATSHEET GITHUB copy the remote repository to your local computer on a folder with his name: git clone https://github.com/johlem/GitTest.git to show the difference between us and remote repo: git status to add the file "index.html" in the tracking git add index.html to add the All files in the tracking: git add . or git add -A lock file but still on my machine git commit -m "added index.html" to add files to github repo (from my computer => to github) do: git push to get all from the github repo (from github => my computer) do: git pull note: you should be on you folder.