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