diff options
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 6c66298..c97b3e5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -102,6 +102,7 @@ ssa = stash apply ssd = stash drop ssp = stash pop + tags = tag last = log --pretty=fuller -1 l = "!__fn() { \ local last_merge_commit=\"$(git last-merge-commit)\"; \ |
