Show Menu
Cheatography

WORKGITLAB Cheat Sheet (DRAFT) by

WORKING GITLAB FOR BEGINNERS

This is a draft cheat sheet. It is a work in progress and is not finished yet.

MANIPU­LATION

git add .
git clone URL
git commit -m "­tex­t"
git remote add name URL
git push "name remote­" ,aster
git pull name remote­" ,aster
 

BRANCH

git branch
git remote
git checkout -b "name branch­"
git checkout "name branch­"
 

DIFERE­NCIAS / UNIFICAR

git diff "­branch 1" "­branch 2"
git merge "­branch 1" "­branch 2"