From 81f97ea695b7129583e3cc669ab79d606a90077f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 9 Nov 2018 23:38:10 +0800 Subject: Add basic tigrc (config for tig) tig is a simple text-mode interface to git. https://jonas.github.io/tig/ --- _tigrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _tigrc (limited to '_tigrc') diff --git a/_tigrc b/_tigrc new file mode 100644 index 0000000..ba982c3 --- /dev/null +++ b/_tigrc @@ -0,0 +1,4 @@ +# ~/.tigrc + +bind main R !git rebase -i %(commit) +bind main M !git merge --ff-only %(commit) -- cgit v1.2.2