diff --git a/home/program/bash/module/Git.nix b/home/program/bash/module/Git.nix index 512684c..4d093d4 100644 --- a/home/program/bash/module/Git.nix +++ b/home/program/bash/module/Git.nix @@ -117,7 +117,7 @@ # Git patch create. # Usage: gpc > function gpc() { - git diff --cached --binary + git diff --staged --patch --binary } # Git patch (apply).