Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 310 Bytes

# formation_git

This project is made to learn what Git and GitHub work. There is nothing to see !

First Objective

To learn what Git works :

  1. git init
  2. git add
  3. git commit
  4. git status / git log
  5. git branch
  6. git fetch
  7. git push
  8. And more other things !

Second Objective