Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 175 Bytes

github_cfu.md

File metadata and controls

4 lines (4 loc) · 175 Bytes

List of Git Commands I know

  1. git init : initializes git repository
  2. git add : adds changes to a staging area
  3. git commit -m "Message here" : commit changes