Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Mar 2019 13:25:15 +0800
user.js: total eclipse of the pants (relaxed version)
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