Skip to content

idrisAd/git-formation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Training repo

Resources

Stars

Watchers

Forks

Packages

No packages published