![git](https://habrastorage.org/r/w120/webt/5a/80/f1/5a80f106c146d330072879.png)
Git
1
Вклад в тег
git add my_file.txt
git commit -m 'Updates'
git push origin <branch_name>
git fetch -p
git pull origin <branch_name>
git fetch -p
git reset --hard origin <branch_name>
git fetch -p
git rebase origin <branch_name>