From 75119d7e69f7c061ae15887ccb45800899a056fd Mon Sep 17 00:00:00 2001 From: Daniel Ikenaga <di12@inf.ufpr.br> Date: Thu, 29 Oct 2015 05:01:04 -0200 Subject: [PATCH] =?UTF-8?q?Criando=20o=20cap=C3=ADtulo=20de=20Introdu?= =?UTF-8?q?=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cap01_intro.Rmd | 31 +++++++++++++++++++++++++++++++ plano.md | 13 ++++++++----- 2 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 cap01_intro.Rmd diff --git a/cap01_intro.Rmd b/cap01_intro.Rmd new file mode 100644 index 0000000..05d1170 --- /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 83feb96..6483f07 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 -- GitLab