Sobes.tech
Junior

Welche Git-Befehle kennen Sie?

sobes.tech KI

Antwort von AI

git init git clone [URL] git add . oder git add [Datei] git commit -m "[Nachricht]" git status git diff git log git branch git branch [Name_des_Branches] git checkout [Name_des_Branches] git checkout -b [Name_neuer_Branches] git merge [Name_des_Branches] git pull git push git remote add origin [URL] git remote -v git stash git stash apply git reset [Modus] [Commit] git revert [Commit] git tag [Name] git fetch