From 6a613d61dc235cd855bc5873b97a9f5cbd140894 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 19:23:03 -0800 Subject: 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. --- gitconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'gitconfig') 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 -- cgit v1.2.3