somo TODO, do not merge, non-FF branch
[cursogit.git] / TODO.txt
1 Introdução
2 Tipos de controle de versão
3 Instalação
4
5 git tag
6
7 git rm
8         --cached
9 git mv
10
11 git add -p
12 git add -u
13
14 git revert
15 git reset
16
17 git cherry-pick
18
19 git format-patch
20 git send-email
21 git apply
22 git am