git-formation

Heisencat

Repository about my git course

Basic cheatsheet

command line description
init Initialize git in your root folder
add Add file(s) to the git index
commit Like a validation of your changes
status To know your changes
log Display an history of your commits
reset go back to a previous commit
revert Get rid of an unwanted previous commit
push send your changes to the remote server
pull get changes from the remote server
clone simply clone a repository from a remote server to you local machine