Sobes.tech
Junior

¿Qué comandos de Git conoces?

sobes.tech AI

Respuesta de la IA

git init git clone [URL] git add . o git add [archivo] git commit -m "[mensaje]" git status git diff git log git branch git branch [nombre_de_rama] git checkout [nombre_de_rama] git checkout -b [nombre_de_nueva_rama] git merge [nombre_de_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 [nombre] git fetch