diff options
| -rw-r--r-- | .config/git/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 0b951a4..49b871c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -80,7 +80,9 @@ find-by-subject = "!f() { set -ex; s=`git log -1 --format=%s ${1}`; git --no-pager log -1 --grep=\"^${s}$\" --no-merges ${2}; }; f" tig = !tig amend = commit --amend - fbr = !fzfez git-branches + b = !fzfez git-branches + l = !fzfez git-log + t = !fzfez git-tags [apply] |