Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 192 Bytes

File metadata and controls

7 lines (5 loc) · 192 Bytes

synchronising without GitHub Desktop

  • fetch all changes (git pull)

  • add changes to directory (git add .)

  • create a commit (git commit -m "commit message")

  • push to the origin (git push)