Introduction
This is not Java but several newbie developers ask the same question, how to use GIT and how does GIT works so here it goes…
Have you ever work in SVN? Well forget everything you know and lets start over 🙂
What is a GIT repo?
In general there are two mirror repos. Your local repo and the remote repo. Yes TWO REPOS. Everyone in the team has an actual copy of the whole repo so even if your remote server dies you can set it up again and just push (spoiler) your repo to the repote server.
Continue reading “Git Essentials Crash Course”