git aliases... WORK
This commit is contained in:
parent
317ec37863
commit
88fbe0d74a
1 changed files with 1 additions and 10 deletions
|
@ -33,16 +33,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
ranked-authors = "!git authors | sort | uniq -c | sort -n";
|
graph = ''log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"'';
|
||||||
emails = ''
|
|
||||||
!git log --format="%aE" | sort -u
|
|
||||||
'';
|
|
||||||
email-domains = ''
|
|
||||||
!git log --format="%aE" | awk -F'@' '{print $2}' | sort -u
|
|
||||||
'';
|
|
||||||
graph = ''
|
|
||||||
log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue