work others fixes
This commit is contained in:
parent
bb68ddcc34
commit
3b2ae162b8
3 changed files with 19 additions and 12 deletions
|
@ -1,14 +1,16 @@
|
|||
[user]
|
||||
{{if eq .Env.USER "qgodefro"}}
|
||||
name = "Quentin Godefroid"
|
||||
email = "quentin.godefroid@corp.ovh.com"
|
||||
name = "Quentin Godefroid"
|
||||
email = "quentin.godefroid@corp.ovh.com"
|
||||
{{else if eq .Env.USER "quentin"}}
|
||||
name = "Quentin Godefroid"
|
||||
email = "quentin.git@godefroid.eu"
|
||||
name = "Quentin Godefroid"
|
||||
email = "quentin.git@godefroid.eu"
|
||||
{{else}}
|
||||
name = "Hactarus"
|
||||
email = "hactarus.git@cresi.be"
|
||||
name = "Hactarus"
|
||||
email = "hactarus.git@cresi.be"
|
||||
{{end}}
|
||||
|
||||
[alias]
|
||||
pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/{{ .Env.USER }}/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`"
|
||||
pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/{{ .Env.USER }}/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`"
|
||||
[push]
|
||||
default = simple
|
Loading…
Add table
Add a link
Reference in a new issue