We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600c693 commit 115bdadCopy full SHA for 115bdad
modules/fish/default.nix
@@ -28,7 +28,7 @@ in
28
gbD = "git branch -D";
29
gc = "git commit";
30
gcm = "git commit -m";
31
- gcsm = "git commit -S -m";
+ gcsm = "git commit -s -m";
32
gca = "git commit --amend";
33
gco = "git checkout";
34
gl = "git log";
0 commit comments