LINUX.ORG.RU

История изменений

Исправление kostyarin_, (текущая версия) :

git stash push
git pull
git stash pop
<resolve conflicts if any>
git add ./
git commit
git push

Исходная версия kostyarin_, :

git stash push
git pull
git stash pop
<resolve conflicts if any>
git commit
git push