diff options
author | FivePixels <o5pxels@gmail.com> | 2022-03-11 12:49:13 -0600 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-03-11 12:49:13 -0600 |
commit | 069fbb622749c571cf47b8880443676880a7a467 (patch) | |
tree | 120b6dd4f210ea2d81adbdc9f6bf5334e30317f1 /.config/git/config | |
download | dots-069fbb622749c571cf47b8880443676880a7a467.tar.xz dots-069fbb622749c571cf47b8880443676880a7a467.zip |
Add gitconfig
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..87a2630 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,3 @@ +[user] + name = FivePixels + email = o5pxels@gmail.com |