On 11/05/2015 11:56 AM, Félix Sipma wrote: > Hi! > > I just came to a solution which seems good for "mr -m update" (at least > for my use case). It might interest someone else :-). > > [DEFAULT] > git_update = > git fetch origin > git log HEAD..origin/master --oneline
I could see that being convenient in cases where you don't want to automatically merge the fetched changes. I like seeing the different ways people manage their workflows. Thanks, Michael Henry _______________________________________________ vcs-home mailing list [email protected] http://lists.madduck.net/listinfo/vcs-home
