Skip to content

Instantly share code, notes, and snippets.

View newbrunomartins's full-sized avatar

Bruno Martins newbrunomartins

View GitHub Profile
@thiagogabriel
thiagogabriel / gist:3929248
Created October 22, 2012 02:00
Comandos úteis GIT
<Comandos GIT>
[Repositório]
git –bare init
Cria um repositório git para acesso remoto
[ Commits ]
git add -A
// Adiciona todas as alterações, inclusive arquivos novos, para commit