[git] add fix alias and some default ignores

pull/28/head
Alpha Chen 5 years ago
parent 02ae21d7e9
commit 67f4feb8e4

@ -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"]

@ -1,3 +1,6 @@
*.private
*.secrets
# scratch
scratch.*

Loading…
Cancel
Save