Update git config
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f57deed902
commit
ee2af96dfd
3 changed files with 9 additions and 8 deletions
|
@ -51,7 +51,7 @@
|
|||
editor = vim
|
||||
|
||||
[push]
|
||||
default = upstream
|
||||
default = current
|
||||
|
||||
[url "git@gitlab.com:severinkaderli/"]
|
||||
insteadOf = gl:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"__meta__": {
|
||||
"about": "HTTPie configuration file",
|
||||
"help": "https://httpie.org/doc#config",
|
||||
"httpie": "1.0.2"
|
||||
},
|
||||
"default_options": []
|
||||
"__meta__": {
|
||||
"about": "HTTPie configuration file",
|
||||
"help": "https://httpie.org/doc#config",
|
||||
"httpie": "1.0.2"
|
||||
},
|
||||
"default_options": []
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@
|
|||
"routerHistoryMode": true,
|
||||
"cssPreprocessor": "sass"
|
||||
}
|
||||
}
|
||||
},
|
||||
"packageManager": "npm"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue