From 320f438d02490a9e69a8316cef37299de64ca0ff Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 20 Mar 2021 21:24:02 +0100 Subject: [PATCH] git: Add gsc alias --- users/simon/modules/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/simon/modules/git.nix b/users/simon/modules/git.nix index 6f1d527..f45bcba 100644 --- a/users/simon/modules/git.nix +++ b/users/simon/modules/git.nix @@ -75,6 +75,7 @@ grs = "git restore"; grss = "git restore --staged"; gs = "git switch"; + gsc = "git switch -c"; gsm = "git switch master"; gst = "git status"; };