I will collect here useful GIT commands, that come handy in every day developer's life.
- Local repository initialisation from remote one:
-
git clone https://repo.git
- Get new remote repository data:
- git pull
- Get current status of the local repository:
- git status