You are on page 1of 1

Comandos do git (branch):

-- start working (get help tutorial)


clone -> copia repositório
init -> inicia repositório

-- work on current change (git help everyday)


add
mv
restore
rm

-- examine the history and state (git help revisions)


bisect
diff
grep
log
show
status

grow, mark and tweak your common history


branch
commit
merge
rebase
switch
tag

collaborate
fetch -> download objets and refs from another repo
pull -> fetch from and integrate with another repository or a local branch
push -> update remote refs along with associated objecs

You might also like