Sobes.tech
Junior

Que comandos do Git conhece?

sobes.tech IA

Resposta da IA

git init git clone [URL] git add . ou git add [ficheiro] git commit -m "[mensagem]" git status git diff git log git branch git branch [nome_da_rama] git checkout [nome_da_rama] git checkout -b [nome_da_nova_rama] git merge [nome_da_rama] git pull git push git remote add origin [URL] git remote -v git stash git stash apply git reset [modo] [commit] git revert [commit] git tag [nome] git fetch