statistics && highlights > 35 milhões de projetos > 14 milhões de pessoas contribuindo ( ~ 70 maracanãs lotados) > 600 eventos em >45 países até final de 2013 https://github.com/showcases/social-impact https://github.com/thieman/github-selfies
commit comita arquivos e alterações anteriormente adicionados à staging área com add git commit -m "Inclui README em estado inicial" git commit -m "Corrige divergência de valores na view foo" git commit -m "Implementa testes pra nova funcionalidade fofao"
checkout muda de branch OU desfaz alterações em arquivos que ainda não foram adicionados à staging área git checkout README.md git checkout . git checkout **/* git checkout carretafuracao.txt weezer.txt foo.js bar.py
reset reseta estado da branch atual para o estado de um commit específico OU remove arquivos da staging área git reset carretafuracao.txt git reset git reset HEAD --hard git reset 4a08b16
merge junta um ou mais branches especificados no branch atual git merge carreta-refactor git merge carreta-refactor nova-funcionalidade git merge origin carreta-refactor
checkout muda de branch OU desfaz alterações em arquivos que ainda não foram adicionados à staging área git checkout git checkout carreta-refactor git checkout -b