mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
+ git aliases
This commit is contained in:
4
main.nix
4
main.nix
@@ -88,11 +88,13 @@ in {
|
|||||||
br = "branch";
|
br = "branch";
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
ci = "commit";
|
ci = "commit";
|
||||||
|
cm = "commit -m";
|
||||||
amend = "commit --amend";
|
amend = "commit --amend";
|
||||||
st = "status";
|
st = "status";
|
||||||
unstage = "reset HEAD --";
|
unstage = "reset HEAD --";
|
||||||
sdiff = "diff --staged";
|
diffs = "diff --staged";
|
||||||
last = "log -1 HEAD";
|
last = "log -1 HEAD";
|
||||||
|
logs = "log --pretty=oneline";
|
||||||
pull-all = "!pull-all"; # from dot/scripts.nix
|
pull-all = "!pull-all"; # from dot/scripts.nix
|
||||||
};
|
};
|
||||||
ignores = config.constants.ignore;
|
ignores = config.constants.ignore;
|
||||||
|
|||||||
Reference in New Issue
Block a user