This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/data/upload/52d7f80f8878f
T
Yuri Kuznetsov 0fef57563c dev
2014-01-16 18:12:22 +02:00

20 lines
388 B
Plaintext

git remote add upstream git@github.com:sugarcrm/Mango.git
git checkout -t -b caramel upstream/caramel
git checkout -b caramel
git fetch upstream
git checkout caramel
git merge upstream/caramel
git add --all
git commit -m 'comment'
git push origin caramel
git push -f origin HEAD^:master // remove last push from remote
git reset --soft HEAD^
git stash
git stash apply
git stash drop