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