aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-10 10:43:57 +0800
committertypebrook <typebrook@gmail.com>2019-04-10 11:05:17 +0800
commit7b0f8bafe7879da4269e8d5ab9b298d541c60a14 (patch)
treead712073c219989c9f243f8ed452e4ead2b048d3
parent3ae3d784b90f201043172f2868d2241a89f49177 (diff)
update
-rw-r--r--TODO1
-rw-r--r--tigrc2
2 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..0a675ea
--- /dev/null
+++ b/TODO
@@ -0,0 +1 @@
- Make contab adding smart
diff --git a/tigrc b/tigrc
index 55ed4d1..47ce869 100644
--- a/tigrc
+++ b/tigrc
@@ -82,6 +82,8 @@ bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message:
82# merge 82# merge
83bind main m ?git merge %(commit) 83bind main m ?git merge %(commit)
84bind main M ?git merge %(branch) --no-ff 84bind main M ?git merge %(branch) --no-ff
85bind main gm ?git merge %(repo:remote)
86bind main gM ?git merge %(repo:remote) --no-ff
85 87
86# push 88# push
87bind main p none 89bind main p none