From: Misomosi Date: Sun, 3 Nov 2024 16:47:15 +0000 (-0500) Subject: Add .gitconfig X-Git-Url: http://git.misomosispi.com/?a=commitdiff_plain;h=88b5021f4c2856936f2f4c296df6ffd3b359f854;p=dotfiles.git Add .gitconfig --- diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..750398a --- /dev/null +++ b/.gitconfig @@ -0,0 +1,6 @@ +[core] + excludesfile = /home/foo/.config/git/ignore + hooksPath = /home/foo/.config/git/hooks +[user] + name = Misomosi + email = misomosispi@gmail.com diff --git a/README.md b/README.md index 2726583..4571e49 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,16 @@ fi exec git diff-index --check --cached $against -- ``` +## .gitconfig +``` +[core] + excludesfile = /home/foo/.config/git/ignore + hooksPath = /home/foo/.config/git/hooks +[user] + name = Misomosi + email = misomosispi@gmail.com +``` + ## asvarsall.sh (Android Studio) ```sh #!/bin/sh