Roland Becker
2014-08-10 13:15:16 UTC
Sorry, for the noise
https://github.com/mantisbt/mantisbt/commit/ad94ddb293deeddd46a8c332dcaf525855284f76
What are the right steps to have no spaghetti history and to have no unnecessary
merge commits?
What I did
Created a clone of https://github.com/mantisbt/mantisbt
git checkout -b atrol-fix13-test_langs master
git pull ***@github.com:atrol/mantisbt.git fix13-test_langs
git checkout master
git merge --no-ff atrol-fix13-test_langs
git branch -d atrol-fix13-test_langs
git push origin master
Roland
https://github.com/mantisbt/mantisbt/commit/ad94ddb293deeddd46a8c332dcaf525855284f76
What are the right steps to have no spaghetti history and to have no unnecessary
merge commits?
What I did
Created a clone of https://github.com/mantisbt/mantisbt
git checkout -b atrol-fix13-test_langs master
git pull ***@github.com:atrol/mantisbt.git fix13-test_langs
git checkout master
git merge --no-ff atrol-fix13-test_langs
git branch -d atrol-fix13-test_langs
git push origin master
Roland