From bf50ac92deca736862cb80e2f9987a6b400e8e68 Mon Sep 17 00:00:00 2001 From: Daniel Ikenaga <di12@inf.ufpr.br> Date: Fri, 30 Oct 2015 06:42:16 -0200 Subject: [PATCH] Esqueleto do Cheat Sheet --- cap08_cs.Rmd | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/cap08_cs.Rmd b/cap08_cs.Rmd index 321b217..2936d8d 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 -- GitLab