Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 548 Bytes

File metadata and controls

19 lines (15 loc) · 548 Bytes

github-notes

Git

  • Git is a version control software (application)
  • Git is good for collaberation
  • It doesn't have a problem with multiple people on the same project

Github

  • Website/web service
  • You can sign up and have an account
  • You can go Git on a server/website here on Github

Repo (repository)

  • A place to store your files

Commit

  • This is to change your files or to save it
  • You can add a note to every save
  • This can help in collaberations because it can keep things orangized and know what each save was for.