Commit c9ca4cdf2c3a

Vincent Demeester <vincent@sbr.pm>
2025-01-23 00:34:01
users/vincent: fix git aliases again
1 parent 23aca6e
Changed files (1)
users
vincent
users/vincent/core/git.nix
@@ -55,8 +55,8 @@ in
     aliases = {
       b = "branch - -color - v";
       br = "branch";
-      ca = "commit - -amend";
-      ci = "commit - -signoff";
+      ca = "commit --amend";
+      ci = "commit --signoff";
       co = "checkout";
       conflicts = "!git ls-files --unmerged | cut -c51- | sort -u | xargs $EDITOR";
       dft = "difftool";