Add git changes command
This commit is contained in:
parent
83431f97f6
commit
423a800e9b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
head = log -1 --show-signature --format=fuller
|
||||
adog = log --all --decorate --oneline --graph
|
||||
dog = log --decorate --oneline --graph
|
||||
changes = log --all --oneline --compact-summary
|
||||
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :"
|
||||
root = rev-parse --show-toplevel
|
||||
[user]
|
||||
|
|
Loading…
Reference in a new issue