diff --git a/cap08_cs.Rmd b/cap08_cs.Rmd index 321b217123cce66a4edfe5906b4763523827128a..2936d8da0ad855ca34db6971b4797a0b37a8ec8a 100644 --- a/cap08_cs.Rmd +++ b/cap08_cs.Rmd @@ -2,3 +2,44 @@ title: "Cheat Sheet" output: html_document --- + +Iniciando um Git + init + clone + config + +Atividades Locais + status + add + commit + log + diff + blame + show + rm + mv + ls-files + +Atividades Remotas + pull + push + remote + fetch + ls-remote + +Branch (ramo) + branch + checkout + +Merge (mesclar arquivos) + merge + +Comandos Avançado + stage + stash + rebase + reset + revert + submodule + co + \ No newline at end of file