1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

+ git aliases

This commit is contained in:
Kierán Meinhardt
2019-02-13 14:33:55 +01:00
parent 1e9b695a6c
commit 0581dbb77a

View File

@@ -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;