Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 241 Bytes

File metadata and controls

23 lines (17 loc) · 241 Bytes

David

Small

Smaller

Vocabulary List

  • git
  • Github
  • local
  • remote
  • diff
  • repo
  • GUI
  • reconcile

Git Commands

  • $ git status
  • $ git add <file-name>
  • $ git commit -m "specific message here"
  • $ git push origin main