Git!
Git is so cool! You can do a bajillion things with it!!! Here's how you use it:
- Install Git
- Click the Git logo to go to Git's website and install it
- Make a repository
- Add your files using "git add"
- Commit your files using "git commit"
- Make sure you give it a commit message
- Push your files using "git push" (only if you're using a remote repository)
And that's it, you can read more about git here