Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GusevD #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
# Домашнее задание #3

# Change from Gusev D
# Команды 'GIT'

Ctrl+S сохранение в память компа

git init - создание репозитория

git status - состояние репозитория

git add . - добавить данные из памяти компа в репозиторий

git commit -m "commentary" - соединить данные в репозитории

git log - сделанные коммиты

git log --graph - коммиты и графические ветки

git checkout - переключение между ветками файла

git checkout master (main, HEAD) - переход в начало дерева коммитов

git diff - разница между текущим состоянием файла и последним коммитом

git branch (name of branch) - создание ветки

git branch NAME -d NAME - удаление ветки

git ignore - файл в котором указано, что игнорировать в репозитории

git remoute add origin

git branch -M main

git clone

git push

git pull

fork

compare pull request