A full tutorial on how to use GitHub
Sep 7, 2018 · 8 min read

Have you recently started using Git? Or maybe you’ve been using it for a while but its many mysteries are still confusing.
Git is primarily a version control system and a staple in any software development project. It usually serves 2 main purposes: code backup and code versioning. You can work on your code step-by-step, saving each step’s progress along the way in case you need rollback to a backup…

