diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-05-16 01:51:52 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 471d5c9a7e4038d517bbfc4fae56089a766aa5e4 (patch) | |
| tree | b2bb33f0716bbcbcb98ade6b7c4aa796ab546dd4 /dot_gitconfig.tmpl | |
| parent | e989f635336321daebfaebfd45d662aa5a3e233a (diff) | |
docs(git): add docstring to git template file
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 801c257..a8e6b81 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,5 +1,14 @@ # vim:ft=gitconfig +# ~/.gitconfig +# ============================================================================ +# This Git configuration contains sane defaults for my workflow. +# I work with Git on Windows and Linux, and some configuations might +# use different locations. This mainly contains the aliases I want +# to keep consistent between machines. +# +# {{/* This file supports Go's text/template language. */}} + [push] autoSetupRemote = true default = current |
