diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-11 23:20:57 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | a99b211b3bec43ebe3cdfa1899cba227d1d569a4 (patch) | |
| tree | a648712a5fa523f04670c32dd8eff6c2138b6669 /dot_gitconfig.tmpl | |
Initial commit
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 17 |
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 |
