Skip to content

Commit

Permalink
tigrc: add backport key
Browse files Browse the repository at this point in the history
really handy
$ tig upstream/master -- pkgs/applications/altcoins/clightning.nix
  • Loading branch information
Mic92 committed Jan 15, 2019
1 parent db4c30f commit 6f212c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.tigrc
@@ -1,5 +1,6 @@
bind main Enter !git diff --color %(commit) | diff-so-fancy
bind main B !git rebase -i %(commit)
bind main R !git rebase -i %(commit)
bind generic B !git cherry-pick -x %(commit)
bind generic c !git commit -v
bind generic + !git commit --amend
bind generic P !git push
Expand Down

0 comments on commit 6f212c9

Please sign in to comment.