diff --git a/.gitconfig b/.gitconfig index ce31d51..e4a4cf0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,6 +20,7 @@ push-f = push --force-with-lease stsh = stash --keep-index staash = stash --include-untracked + fix = commit --amend --no-edit --no-reset-author [difftool] prompt = false [difftool "sourcetree"] diff --git a/gitignore b/gitignore index 7f261ad..4d716d1 100644 --- a/gitignore +++ b/gitignore @@ -1,3 +1,6 @@ +*.private +*.secrets + # scratch scratch.*