mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:56:12 +01:00
new git aliases
This commit is contained in:
@@ -50,5 +50,13 @@
|
|||||||
tree = "eza -T";
|
tree = "eza -T";
|
||||||
|
|
||||||
startupctl = "systemctl list-unit-files --type=service | grep enabled";
|
startupctl = "systemctl list-unit-files --type=service | grep enabled";
|
||||||
|
|
||||||
|
ga = "git add .";
|
||||||
|
gap = "git add -p";
|
||||||
|
gc = "git commit -m";
|
||||||
|
gu = "git push";
|
||||||
|
gp = "git pull";
|
||||||
|
gs = "git status";
|
||||||
|
gd = "git diff";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user