From a99b211b3bec43ebe3cdfa1899cba227d1d569a4 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 11 Apr 2024 23:20:57 -0500 Subject: Initial commit --- dot_gitconfig.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dot_gitconfig.tmpl (limited to 'dot_gitconfig.tmpl') 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 -- cgit v1.2.3