Version Control

Learning Git was one of the tougher assignments that I have been tasked to do.

Here are somethings I have taken note of:

  • When creating a repository (A "master folder" contains everything in the project, it can comprise of sub-folders)
  • Version control helps you to keep track of your work and easily make changes.
  • With Git, you are able to revert back to previous data using the history tab where all the changes will be listed there.