git: add alias to diff staged changes
This commit is contained in:
parent
ff0688776f
commit
65c9d1ce98
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -54,6 +54,7 @@ in {
|
|||
gst = "git status";
|
||||
gp = "git push";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue