]> localhost Git - dotfiles.git/commitdiff
Add .gitconfig
authorMisomosi <[email protected]>
Sun, 3 Nov 2024 16:47:15 +0000 (11:47 -0500)
committerMisomosi <[email protected]>
Sun, 3 Nov 2024 16:47:15 +0000 (11:47 -0500)
.gitconfig [new file with mode: 0644]
README.md

diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..750398a
--- /dev/null
@@ -0,0 +1,6 @@
+[core]
+       excludesfile = /home/foo/.config/git/ignore
+       hooksPath = /home/foo/.config/git/hooks
+[user]
+       name = Misomosi
+       email = [email protected]
index 272658311a53775199ee2c42b696f892d3462b8e..4571e4974c683f3fa3429ce6aca01fe94bfaf967 100644 (file)
--- 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 = [email protected]
+```
+
 ## asvarsall.sh (Android Studio)
 ```sh
 #!/bin/sh