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 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 [назв
Register or sign in to get access to full answers for all questions from the question bank.