Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 705 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 705 Bytes

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