mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-25 01:57:11 +00:00
fix(config): fix git-profile configuration
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
[work]
|
|
||||||
name = Ismo Vuorinen
|
|
||||||
email = ismo.vuorinen@vincit.fi
|
|
||||||
|
|
||||||
[home]
|
|
||||||
name = Ismo Vuorinen
|
|
||||||
email = ismo@ivuorinen.net
|
|
||||||
|
|
||||||
[github]
|
|
||||||
name = ivuorinen
|
|
||||||
email = ivuorinen@users.noreply.github.com
|
|
||||||
|
|
||||||
34
base/gitprofile
Normal file
34
base/gitprofile
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"github": [
|
||||||
|
{
|
||||||
|
"key": "user.name",
|
||||||
|
"value": "Ismo Vuorinen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "user.email",
|
||||||
|
"value": "ivuorinen@users.noreply.github.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"home": [
|
||||||
|
{
|
||||||
|
"key": "user.email",
|
||||||
|
"value": "ismo@ivuorinen.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "user.name",
|
||||||
|
"value": "Ismo Vuorinen"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"work": [
|
||||||
|
{
|
||||||
|
"key": "user.email",
|
||||||
|
"value": "ismo.vuorinen@vincit.fi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "user.name",
|
||||||
|
"value": "Ismo Vuorinen"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user