adding gitconfig and go env for broccoli branch
This commit is contained in:
parent
d8500a8e27
commit
bab126819d
3
home/.config/go/env
Normal file
3
home/.config/go/env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
GONOPROXY="git.broccolimicro.io/Broccoli"
|
||||||
|
GONOSUMDB="git.broccolimicro.io/Broccoli"
|
||||||
|
GOPRIVATE="git.broccolimicro.io/Broccoli"
|
20
home/.gitconfig
Normal file
20
home/.gitconfig
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
[url "git@broccolimicro.io:"]
|
||||||
|
insteadOf = https://git.broccolimicro.io/
|
||||||
|
[url "git@broccolimicro.io:"]
|
||||||
|
insteadOf = git://git.broccolimicro.io/
|
||||||
|
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
tool = vimdiff
|
||||||
|
[difftool]
|
||||||
|
prompt = false
|
||||||
|
[difftool "vimdiff"]
|
||||||
|
cmd = vimdiff \"$LOCAL\" \"$REMOTE\"
|
||||||
|
[init]
|
||||||
|
defaultBranch = develop
|
Loading…
Reference in New Issue
Block a user