diff options
author | Franck Cuny <franck@fcuny.net> | 2021-01-04 19:23:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-01-04 19:23:03 -0800 |
commit | 6a613d61dc235cd855bc5873b97a9f5cbd140894 (patch) | |
tree | 1332c2184ceb5e5d70b92d58311831eb3be79f67 /gitconfig | |
parent | redshift: fix longitude for Berkeley (diff) | |
download | emacs.d-6a613d61dc235cd855bc5873b97a9f5cbd140894.tar.gz |
make: split between Darwin and Linux
There's a few things that are relevant to both OS, but there's also a bunch of stuff specific to Linux. Split the file to make it easier to maintain / read. Also add a new gitconfig file to be included depending on the OS: since Darwin is for work, let's use work email there, and personal email for Linux.
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gitconfig b/gitconfig index 7448ab7..02ec952 100644 --- a/gitconfig +++ b/gitconfig @@ -17,9 +17,6 @@ [http] postBuffer = 524288000 -[user] - name = Franck Cuny - email = franck@fcuny.net [alias] s = status --short --branch amend = commit --amend --no-edit |