Please enable JavaScript.
Coggle requires JavaScript to display documents.
GIT - Coggle Diagram
GIT
Repositório
Inicializar
git init
git config --global user.name "seu_nome"
git config --global user.email teste@teste.com.br
git config --list
git config --global push.followTags true
-
-
-
-
-
-
-
-
-
-
-
Merge
-
Se gerar conflito, arrumar manualmente o arquivo e
marcar arquivo como merged
-
-
-