diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-18 13:28:48 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-18 13:44:40 +0100 |
commit | 9c3577603bcfabbcad1fdc42d49ce6ed9840bccc (patch) | |
tree | 6650b58fea3beee7c9f737846ef77751552593d2 /home-files/gitconfig | |
parent | b28ce4425ccdef8e3d71f483e26224012302cbf0 (diff) | |
parent | de2092343301239ff4f5c0aa3f80688346c4b777 (diff) |
Merge the Izumi repository
The ultimate goal of this change is to bring all my personal code into single
repository.
Diffstat (limited to 'home-files/gitconfig')
-rw-r--r-- | home-files/gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home-files/gitconfig b/home-files/gitconfig new file mode 100644 index 0000000..5195158 --- /dev/null +++ b/home-files/gitconfig @@ -0,0 +1,7 @@ +[user] + email = marek@marekpasnikowski.pl + name = Marek Paśnikowski + signingkey = 6D81B1207711899F + +[push] + autoSetupRemote = true |