git aliases
This commit is contained in:
parent
46a8cc245d
commit
755b74cd97
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ in {
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
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"'';
|
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"'';
|
||||||
|
amend = ''commit --amend --no-edit'';
|
||||||
|
amendall = ''commit --amend --no-edit --all'';
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue