Git - [Part 2] Add your code to a Github repository
19 Feb 2021 3 minute read 0 comments Giemo
If you are programming with a team or just for yourself, it is always recommended to add your changes to a version control system. It helps you keep track of your changes and also works as a backup if you lose all your locally stored files. In this a...