From 67f4feb8e4128f66a4fa09cc266ed85da2412731 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 18 Oct 2019 11:43:27 -0700 Subject: [PATCH] [git] add fix alias and some default ignores --- .gitconfig | 1 + gitignore | 3 +++ 2 files changed, 4 insertions(+) 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.*