On 11/23/2014 11:01 AM, Mikael Magnusson wrote:
What I usually do is just 'git fetch', inspect the history with 'git log ..@{u}' (or paste the range output from fetch), and if there's anything I care about, I manually run 'git rebase'.
Thanks, you're making this almost easy ;-)