8000 GitHub - DaniilMOON/2021-203
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DaniilMOON/2021-203

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  10000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Введение в выч. методы

Обновление своего репозитория:

1. ссылка на удаленный репозиторий:

git remote add mrsu https://github.com/mrsu-ru/2021-203.git

2. новая ветка (создаем и переключаемся):

git checkout -b mrsu-master

3. затягиваем изменения из удаленного репозитория:

git pull mrsu master

4. переключаемся на ветку master:

git checkout master

5. сливаем ветку mrsu-master в ветку master:

git merge --no-ff mrsu-master

6. проталкиваем изменения в удаленный репозиторий origin:

git push origin master

7. удаляем ветку mrsu-master:

git branch -d mrsu-master

8. смотрим лог изменений:

git log --graph --decorate --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • 300E C++ 96.7%
  • CMake 2.2%
  • Makefile 1.1%
0