diff --git a/home/git.nix b/home/git.nix index bf22cc5..4fcf317 100644 --- a/home/git.nix +++ b/home/git.nix @@ -10,6 +10,7 @@ ci = "commit"; co = "checkout"; ups = "push -u origin HEAD"; + amend = "commit --amend"; }; ignores = [ ".*.swp" ".*.swo" ".*.swn" # vim