diff --git a/cap01_intro.Rmd b/cap01_intro.Rmd new file mode 100644 index 0000000000000000000000000000000000000000..05d1170fadcbce0d89b0c1fb6a9882da696b8ccc --- /dev/null +++ b/cap01_intro.Rmd @@ -0,0 +1,31 @@ +--- +title: "Tutorial de Git" +author: "PET Estatística UFPR" +output: + html_document: + highlight: pygments + toc: true + theme: flatly + keep_md: true +--- + + +Sistemas de controle de versão + Por que versionar? + Versionamento + Portabilidade + Equipe + Funcionalidade + Git / SVN / Mercurial + Breve Histórico + Github (news and network) + Estrutura + + +Onde falar do class e do io? + +http://pt.stackoverflow.com/questions/43896/por-que-usar-git-para-desenvolvimento-individual +https://git-scm.com/book/pt-br/v1/Primeiros-passos-No%C3%A7%C3%B5es-B%C3%A1sicas-de-Git +http://www.maplestecnologia.com.br/ja-usou-git-veja-como-funciona-esse-sistema-de-controle-de-versoes/ +http://udgwebdev.com/5-motivos-para-usar-github/ +http://blog.justdigital.com.br/git-celebra-10-anos-de-existencia-e-uma-historia-de-sucesso-na-comunidade-drupal \ No newline at end of file diff --git a/plano.md b/plano.md index 83feb96bd693322072b6bc3b95c499c3bd42168a..6483f07becc2e80861a20665f27f2fef5bf93ff9 100644 --- a/plano.md +++ b/plano.md @@ -38,13 +38,16 @@ 2. Gitk, Gitg, Giggle 3. Meld, Kdiff3 4. Plugins para Geany, Gedit, Nautilus, Nemo - 5. RStudio?? - 6. Emacs?? -7. Trabalhando em equipe + 5. Emacs?? +7. Git no Rstudio + 1. Interface + 2. Configuração + 3. Gestionando Projeto +8. Trabalhando em equipe 1. Boas práticas de colaboração 2. Modelos de fluxos de trabalho 3. Fluxo de trabalho PET no GitLab -8. Apêndice +9. Apêndice 1. Dicionário de termos 2. Cheat sheet 3. Exemplos de rotinas @@ -83,4 +86,4 @@ 5. 2015-11-24: 6. 2015-12-01: 7. 2015-12-08: -8. 2015-12-15: Apostila Git concluída! +8. 2015-12-15: Apostila Git concluída! \ No newline at end of file