Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 179 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 179 Bytes

To realise a new commit in CLI :

Just type > git add . git commit -m "message of the commit"

Don't forget to push your local changes to Github with :

git push origin master