mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 20:47:48 +00:00
Add git log and git pull aliases
This commit is contained in:
parent
7b10e526a7
commit
4a35fdcdcc
1 changed files with 24 additions and 16 deletions
|
@ -19,6 +19,14 @@ homeConfiguration [ "nixos" "root" ] {
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpf = "git push --force";
|
gpf = "git push --force";
|
||||||
|
|
||||||
|
gl = "git log";
|
||||||
|
glo = "git log --oneline";
|
||||||
|
|
||||||
|
gpl = "git pull";
|
||||||
|
gplr = "git pull --rebase";
|
||||||
|
gplforce = "git pull --force";
|
||||||
|
gplff = "git pull --ff-only";
|
||||||
|
|
||||||
grb = "git rebase";
|
grb = "git rebase";
|
||||||
grba = "git rebase --abort";
|
grba = "git rebase --abort";
|
||||||
grbi = "git rebase --interactive";
|
grbi = "git rebase --interactive";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue