Added git push config
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
21dc2e7a00
commit
fd2f36cab0
@ -19,6 +19,7 @@
|
|||||||
[delta]
|
[delta]
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
@ -59,3 +60,5 @@
|
|||||||
|
|
||||||
[url "ssh://git@github.com"]
|
[url "ssh://git@github.com"]
|
||||||
insteadOf = https://github.com
|
insteadOf = https://github.com
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
Loading…
Reference in New Issue
Block a user