Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 14:26:58 +0900
Better vcs sessions.
docs/prompt-session-git.sh
Permissions: -rw-r--r--
# paste this into an interactive shell cd "$(mktemp -d
)" && git init gitrepo
&& cd gitrepo
echo 's' >> foo
&& git commit -a -m
's' git merge master --strategy
=ours --no-commit