git commit -m "Сохранение своей ветки"
git push
git checkout develop
git pull
git checkout my_cool_brench
git merge develop
git add File1 File2 File2
git status
git commit -m "Исправления после вливания обновлённой ветки ’develop’."
git push