@@ -32,6 +32,7 @@
|
||||
undo = reset --soft
|
||||
# show what I did today
|
||||
day = "!sh -c 'git log --reverse --no-merges --branches=* --date=local --after=\"yesterday 11:59PM\" --author=\"`git config --get user.name`\"'"
|
||||
churn = "!f() { git log --all -M -C --name-only --format='format:' \"$@\" | sort | grep -v '^$' | uniq -c | sort | awk 'BEGIN {print \"count\tfile\"} {print $1 \"\t\" $2}' | sort -g; }; f"
|
||||
|
||||
# assume aliases
|
||||
assume = update-index --assume-unchanged
|
||||
|
||||
Reference in New Issue
Block a user