git merge -s remote ?
September 23, 2008 – 22:51Sometimes I spend considerable time resolving merge conflicts between git branches that’s absolutely bogus.
What I need is just “take a remote branch content and shut up”.
But despite there is -s ours there’s no -s remote.
What I’m missing?
 
     
