feat(git): add git-config for school

This commit is contained in:
Sergio Laín 2024-10-11 14:19:13 +02:00
parent b3a1438a49
commit 21f173ba0c
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 6 additions and 3 deletions

View file

@ -4,6 +4,9 @@
[includeIf "gitdir:~/dev/work/"]
path = ~/.config/git/config-work
[includeIf "gitdir:~/dev/class/"]
path = ~/.config/git/config-class
[user]
name = Sergio Laín
email = sergio.lac@pm.me
@ -12,9 +15,6 @@
[safe]
directory = ~/dev
[credential "https://github.com"]
username = Matt-FTW
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

3
.config/git/config-class Normal file
View file

@ -0,0 +1,3 @@
[user]
name = Sergio-Lain
email = serlaicam@alu.edu.gva.es