From 471d5c9a7e4038d517bbfc4fae56089a766aa5e4 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 16 May 2024 01:51:52 -0500 Subject: docs(git): add docstring to git template file --- dot_gitconfig.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dot_gitconfig.tmpl') 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 -- cgit v1.2.3