diff options
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 |
