From 16d49a29afc0eaa2c530d2db1ea8a2c1133a2165 Mon Sep 17 00:00:00 2001
From: Daniel Ikenaga <di12@inf.ufpr.br>
Date: Tue, 3 Nov 2015 12:33:12 -0200
Subject: [PATCH] =?UTF-8?q?Esqueleto=20da=20introdu=C3=A7=C3=A3o?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cap01_intro.Rmd | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 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
-- 
GitLab