Githuh
Usefull Git command
Create Repository
git init
configuration
git init
Set Remote
git remote set-url origin git@gitlab.com/group/report.git
or
git remote set-url origin https://username:password@gitlab.com/group/repot.git
Pull
git pull
Store credential
git config --global credential.helper store
Difference / Comparaison
git diff