diff --git a/home/program/bash/module/Git.nix b/home/program/bash/module/Git.nix index 4d093d4..0e3de69 100644 --- a/home/program/bash/module/Git.nix +++ b/home/program/bash/module/Git.nix @@ -123,7 +123,7 @@ # Git patch (apply). # Usage: gp function gp() { - git apply "''${@}" + git apply --index "''${@}" } # Run git garbage collection.