mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add git show and git push --force alias
This commit is contained in:
parent
e3de1bd7bf
commit
fde9018f06
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@ homeConfiguration [ "nixos" "root" ] {
|
||||||
gds = "git diff --staged";
|
gds = "git diff --staged";
|
||||||
|
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
gpf = "git push --force";
|
||||||
|
|
||||||
grb = "git rebase";
|
grb = "git rebase";
|
||||||
grba = "git rebase --abort";
|
grba = "git rebase --abort";
|
||||||
|
@ -30,6 +31,8 @@ homeConfiguration [ "nixos" "root" ] {
|
||||||
gs = "git stash";
|
gs = "git stash";
|
||||||
gsp = "git stash pop";
|
gsp = "git stash pop";
|
||||||
|
|
||||||
|
gsh = "git show";
|
||||||
|
|
||||||
gst = "git status";
|
gst = "git status";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue