1 - Using Git
Git is a version control software.
Version control software allows developers to keep track of software changes.
How to use Git:
Make your changes to your files, either add, update or delete them
Stage them
Then commit them along with a message
Now you’re properly keeping track of your code on your computer