more git aliases
This commit is contained in:
parent
236ccc0731
commit
aaad288f63
1 changed files with 4 additions and 1 deletions
|
@ -5,11 +5,14 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
ga = "git add -A";
|
ga = "git add";
|
||||||
gc = "git commit -m ";
|
gc = "git commit -m ";
|
||||||
gca = "git add -A && git commit -am ";
|
gca = "git add -A && git commit -am ";
|
||||||
|
gs = "git stash";
|
||||||
|
gsp = "git stash pop";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpl = "git pull --recurse-submodules";
|
gpl = "git pull --recurse-submodules";
|
||||||
|
gst = "git status";
|
||||||
|
|
||||||
nrb = "sudo nixos-rebuild switch --flake . --cores 0";
|
nrb = "sudo nixos-rebuild switch --flake . --cores 0";
|
||||||
nd = "nix develop";
|
nd = "nix develop";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue