Githuh

From Objectif Client Inc
Jump to navigation Jump to search

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