don't modify git remote when updating
This commit is contained in:
parent
467332a5ec
commit
9e79767704
@ -42,6 +42,7 @@ dot_install() {
|
|||||||
git_env
|
git_env
|
||||||
mkdir -p "${GIT_DIR}"
|
mkdir -p "${GIT_DIR}"
|
||||||
git init -b ${gh_br}
|
git init -b ${gh_br}
|
||||||
|
git remote add origin "${u_repo}"
|
||||||
git_config
|
git_config
|
||||||
git_update
|
git_update
|
||||||
}
|
}
|
||||||
@ -103,8 +104,6 @@ git_env() {
|
|||||||
|
|
||||||
git_config() {
|
git_config() {
|
||||||
## remote
|
## remote
|
||||||
git remote add origin "${u_repo}" || \
|
|
||||||
git remote set-url origin "${u_repo}"
|
|
||||||
git config remote.origin.fetch "+refs/heads/${gh_br}:refs/remotes/origin/${gh_br}"
|
git config remote.origin.fetch "+refs/heads/${gh_br}:refs/remotes/origin/${gh_br}"
|
||||||
git config remote.origin.tagopt '--no-tags'
|
git config remote.origin.tagopt '--no-tags'
|
||||||
git config "branch.${gh_br}.remote" origin
|
git config "branch.${gh_br}.remote" origin
|
||||||
|
Loading…
Reference in New Issue
Block a user