diff options
author | typebrook <typebrook@gmail.com> | 2019-10-09 15:40:43 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-09 15:40:43 +0800 |
commit | 373abf002b1b3c820be230a8460e51ddd28a6b7d (patch) | |
tree | f40b124bd4a9c581cc240d5fdf340bb42b611d5a /tigrc | |
parent | 8a4ad61fabcd0738c0c300335c2f592cd4527885 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ bind status k :?^[MADRU?] | |||
210 | bind status A @git add . | 210 | bind status A @git add . |
211 | bind status R @git reset | 211 | bind status R @git reset |
212 | bind status gu @git update-index --assume-unchanged %(file) # ignore file | 212 | bind status gu @git update-index --assume-unchanged %(file) # ignore file |
213 | bind status gn >sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \ | 213 | bind status gn @sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \ |
214 | xargs git update-index --no-assume-unchanged" # resume ignored files | 214 | xargs git update-index --no-assume-unchanged" # resume ignored files |
215 | 215 | ||
216 | # stash | 216 | # stash |