Looks good, except:
if git diff ....; then
git pull "$@"
else
git stash && git pull "$@" && git stash pop
fi
to make sure the conflict notices won't be scrolled off by error messages
from the later commands.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: Considering teaching plumbing to users harmful, Junio C Hamano, (Wed Jul 16, 3:41 pm)