Sobes.tech
Junior
102
questionbank

Какие команды Git вы знаете?

AI答案

sobes.tech AI

git init git clone [URL] git add . или git add [файл] git commit -m "[сообщение]" git status git diff git log git branch git branch [название_ветки] git checkout [название_ветки] git checkout -b [название_новой_ветки] git merge [название_ветки] git pull git push git remote add origin [URL] git remote -v git stash git stash apply git reset [режим] [коммит] git revert [коммит] git tag [имя] git fetch