1
Fork 0
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:
RGBCube 2023-11-25 16:20:50 +03:00
parent c75aff50cc
commit e40b8a1885
No known key found for this signature in database

View file

@ -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";