diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-02-20 18:45:56 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-02-20 18:45:56 +0100 |
commit | 7616f34a34e7ad054ede1f97468aa85437b6c620 (patch) | |
tree | 288c5a4484ebe34ccf2d6ae2ae252b2cd65a1e4f /.gitconfig | |
parent | 987c9ed77f4541b7c0a320e50665437bee01ffae (diff) |
better way to do settings
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..33d3887 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[user] + name = Tom Barrett + email = tom@tombarrett.xyz +[pull] + rebase = false |