Skip to content

Commit

Permalink
Git: improve aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 6, 2024
1 parent 81268d9 commit 3f2fa5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
# Get all user.* config
me = config --get-regexp user
# Get my commits
mine = !git shortlog -sne --author=\"$(git config user.name)\"
mine = !git log --author=\"$(git config user.name)\"
stat-mine = !git shortlog -sne --author=\"$(git config user.name)\"
# Get a parent commit from the argument
parent = log --pretty=%P -n 1
# Remove newly gitignored files
Expand Down

0 comments on commit 3f2fa5a

Please sign in to comment.