Anton Shestakov <engored@ya.ru>, Sun, 21 Dec 2014 17:16:28 +0800
git prompt: show merges (without conflict)
docs/prompt-session-git.sh
Permissions: -rw-r--r--
# paste this into an interactive shell git init -q gitrepo
&& cd gitrepo
git stash pop -q
&& git commit -q -a -m
'b'git checkout -q -b secret
echo 's' >> foo
&& git commit -q -a -m
's' git merge master --strategy
=ours --no-commit