Add subdirectories for macbook and tongfang with config (#4)

This commit is contained in:
Bart van der Braak 2024-10-16 22:27:09 +02:00 committed by GitHub
parent b743abcde5
commit 10a876fcc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 117 additions and 0 deletions

24
macbook/.gitconfig Normal file
View file

@ -0,0 +1,24 @@
[user]
name = Bart van der Braak
email = bartvdbraak@gmail.com
[alias]
p = push
st = status
ll = log --oneline
last = log -1 HEAD --stat
cm = commit -m
d = diff
gl = config --global -l
aa = add .
pushfwl = push --force-with-lease
[core]
excludesfile = /Users/bart.vanderbraak/.gitignore_global
[init]
defaultBranch = master
[push]
autoSetupRemote = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true