From 47510531e7ecf103d7c624f0647f08fc1997ddfa Mon Sep 17 00:00:00 2001 From: Dmitry Kuklin Date: Sat, 26 Nov 2022 23:39:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_instruction.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 git_instruction.md diff --git a/ git_instruction.md b/ git_instruction.md new file mode 100644 index 0000000..419bbbe --- /dev/null +++ b/ git_instruction.md @@ -0,0 +1,9 @@ +git init - инициализация гит репозитория. + +git status - проверка статуса. + +git log - вывод на экран всех комитов. + +git branch - список веток в репозитории + +git checkout < название ветки> - переход с ветки на ветку \ No newline at end of file