✨ feat(git): add git-config for school
This commit is contained in:
parent
b3a1438a49
commit
21f173ba0c
2 changed files with 6 additions and 3 deletions
|
@ -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
3
.config/git/config-class
Normal file
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = Sergio-Lain
|
||||
email = serlaicam@alu.edu.gva.es
|
Loading…
Add table
Reference in a new issue