git checkout cat_killer
git merge -s ours master
git checkout master
git merge cat_killer
git push
cat_killer is the branch you want to make the master.
Stolen from Stackoverflow post.
Tuesday, September 27, 2011
Tuesday, September 20, 2011
no mongrel gem found in sdk rubymine
Even if you are using RVM, Rubymine actually looks at the global installation for the gem. Install thin, mongrel etc on the global Ruby installation that is independent of any gemset.
Subscribe to:
Posts (Atom)