diff --git a/cap08_cs.Rmd b/cap08_cs.Rmd new file mode 100644 index 0000000000000000000000000000000000000000..2936d8da0ad855ca34db6971b4797a0b37a8ec8a --- /dev/null +++ b/cap08_cs.Rmd @@ -0,0 +1,45 @@ +--- +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