summaryrefslogtreecommitdiff
path: root/dot_gitconfig.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_gitconfig.tmpl')
-rw-r--r--dot_gitconfig.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl
new file mode 100644
index 0000000..ae1d845
--- /dev/null
+++ b/dot_gitconfig.tmpl
@@ -0,0 +1,17 @@
+[push]
+ autoSetupRemote = true
+ default = current
+[user]
+ name = {{ .git_name }}
+ email = {{ .git_email }}
+[alias]
+ staash = stash --all
+ trueblame = blame -w -C -C -C
+ wdiff = diff --word-diff
+ fpush = push --force-with-lease
+ sdiff = diff --stage
+[rerere]
+ enabled = true
+ autoUpdate = true
+[branch]
+ sort = committerdate