I am a very new bie to Git and coming from a TFS background and trying to get on speed with Github. while reading about it, what I learnt is the following:- Github is a web based service for Hosting Git repos. Git is Local Version Control System,
Q1: How could Git track the changes on a local machine without server?
Git and GitHub are not tightly coupled, meaning Git need not be necessarily using Github
The Git I installed was downloaded from here I also found Github for Windows client here So my Question boils to
Q2:How the two client installers above are different and when to use which one?