Git Basic commands
Git clone:
git clone command is similar to svn checkout command it copies existing repository to the local user/developer machine.
Git clone:
git clone command is similar to svn checkout command it copies existing repository to the local user/developer machine.
git clone <repo> ---------------------------------------------------------------git clone <repo> <directory>Git command is one time operation for the developer once they clone the central repository to their local machine after that they can perform all repository activities on their local system.
and any git activity locally is communication between two repository local repository and the central repository below diagram depicts its more clearly.
