git status
git add <file>
git commit
git log
Local
GitLab
Pindell
git remote -v
git remote add origin http://172.23.25.34/leandro/sadpmc.git
git fetch origin => git merge origin/master
git pull origin master
git remote rename <remote>
git remote rm <remote>
Solução Temporária sadpmc
git clone e outros...
Repositórios remotos
file.txt
f30ab
34ac2
98ca9
git add file.txt
git commit
master
file.txt
f30ab
34ac2
98ca9
git branch novo-ramo
master
novo-ramo
file.txt
f30ab
34ac2
98ca9
master
novo-ramo
git add file.txt
git commit
c2b9e
master
file.txt
f30ab
34ac2
98ca9
master
novo-ramo
git add file.txt
git commit
c2b9e
git checkout novo-ramo
fg34e
rfg47
...
novo-ramo
f30ab
34ac2
98ca9
master
git merge novo-ramo
c2b9e
git checkout master
fg34e
rfg47
novo-ramo
eb345
Local
GitLab
Pindell
Solução Temporária sadpmc
Local
GitLab
Pindell
Solução Temporária sadpmc
tarefa-01
tarefa-02
tarefa-03
Leandro
tarefa-04