From e9869bb50e0b9027935e402dd4ce2515fc4fb687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngela=20Legey?= <angelalegey@gmail.com> Date: Thu, 29 Oct 2015 11:44:09 -0200 Subject: [PATCH] =?UTF-8?q?Adiciona=20pr=C3=A9via=20do=20esqueleto=20cap?= =?UTF-8?q?=C3=ADtulo=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cp_07.Rmd | 26 ++++++++++++++++++++++++++ cp_07.md | 21 +++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 cp_07.Rmd create mode 100644 cp_07.md diff --git a/cp_07.Rmd b/cp_07.Rmd new file mode 100644 index 0000000..94f9f0c --- /dev/null +++ b/cp_07.Rmd @@ -0,0 +1,26 @@ +--- +title: "CapÃtulo 7: Trabalhando em equipe" +output: + html_document: + keep_md: yes +--- + +1.Boas práticas de colaboração + +- Repositórios: nÃveis de acesso, adicionar colaboradores, configuração +inicial do repositório + +- Commits: convenções gerais e especÃficas + + +2.Modelos de fluxos de trabalho + +- Descrever os quatro principais tipos de workflow (Centralized workflow, +Feature branch workflow, gitflow workflow e Forking workflow) + +- Materiais de apoio <a href="http://git.leg.ufpr.br/leg/gitlab-rautu/blob/master/CONTRIBUTING.md"> +gitlab-rautu do Fernando Mayer</a> ; +<a href="https://prezi.com/_lm8kozmii8n/git-workflow/"> apresentação do Diego G. Pasqualin</a> + + +3.Fluxo de trabalho PET no GitLab diff --git a/cp_07.md b/cp_07.md new file mode 100644 index 0000000..f009bd5 --- /dev/null +++ b/cp_07.md @@ -0,0 +1,21 @@ +# CapÃtulo 7: Trabalhando em equipe + +1.Boas práticas de colaboração + +- Repositórios: nÃveis de acesso, adicionar colaboradores, configuração +inicial do repositório + +- Commits: convenções gerais e especÃficas + + +2.Modelos de fluxos de trabalho + +- Descrever os quatro principais tipos de workflow (Centralized workflow, +Feature branch workflow, gitflow workflow e Forking workflow) + +- Materiais de apoio <a href="http://git.leg.ufpr.br/leg/gitlab-rautu/blob/master/CONTRIBUTING.md"> +gitlab-rautu do Fernando Mayer</a> ; +<a href="https://prezi.com/_lm8kozmii8n/git-workflow/"> apresentação do Diego G. Pasqualin</a> + + +3.Fluxo de trabalho PET no GitLab -- GitLab