somo TODO, do not merge, non-FF branch todo
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Tue, 1 Jul 2014 23:56:55 +0000 (20:56 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Tue, 1 Jul 2014 23:56:55 +0000 (20:56 -0300)
TODO.txt [new file with mode: 0644]

diff --git a/TODO.txt b/TODO.txt
new file mode 100644 (file)
index 0000000..0684a39
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,22 @@
+Introdução
+Tipos de controle de versão
+Instalação
+
+git tag
+
+git rm
+       --cached
+git mv
+
+git add -p
+git add -u
+
+git revert
+git reset
+
+git cherry-pick
+
+git format-patch
+git send-email
+git apply
+git am