mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add git switch alias
This commit is contained in:
parent
c75aff50cc
commit
e40b8a1885
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ homeConfiguration [ "nixos" "root" ] {
|
||||||
gs = "git stash";
|
gs = "git stash";
|
||||||
gsp = "git stash pop";
|
gsp = "git stash pop";
|
||||||
|
|
||||||
|
gsw = "git switch";
|
||||||
|
gswm = "git switch master";
|
||||||
|
|
||||||
gsh = "git show";
|
gsh = "git show";
|
||||||
|
|
||||||
gst = "git status";
|
gst = "git status";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue