1 - Using Git

Git is a version control software.

Version control software allows developers to keep track of software changes.

How to use Git:

  1. Make your changes to your files, either add, update or delete them

  2. Stage them

  3. Then commit them along with a message

  4. Now you’re properly keeping track of your code on your computer