git
Some function git
clone on repos
git clone + URL .
create new branch
git checkout -b nom de la nouvelle branch
change on branch git
git checkout + nom de la branch
git branch pour vérifier
make changes to the files
commit
git status
git add .
if new file run – touch filename
git commit -m « text »
git push
git reflog
update local
git pull
ref : https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/How-to-git-push-GitLab-commits-to-origin