mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
merge
This commit is contained in:
parent
19c07f8d3e
commit
73b1307264
1 changed files with 20 additions and 14 deletions
|
|
@ -183,17 +183,23 @@ fi
|
||||||
# Update upstream remote to ohmyzsh org
|
# Update upstream remote to ohmyzsh org
|
||||||
# git remote -v | while read remote url extra; do
|
# git remote -v | while read remote url extra; do
|
||||||
# case "$url" in
|
# case "$url" in
|
||||||
#https://github.com/snakewarhead/oh-my-zsh(|.git))
|
# git://github.com/robbyrussell/oh-my-zsh(|.git))
|
||||||
#git remote set-url upstream "https://github.com/ohmyzsh/ohmyzsh.git"
|
|
||||||
#break ;;
|
|
||||||
#git@github.com:snakewarhead/oh-my-zsh(|.git))
|
|
||||||
#git remote set-url upstream "git@github.com:ohmyzsh/ohmyzsh.git"
|
|
||||||
#break ;;
|
|
||||||
# # Update out-of-date "unauthenticated git protocol on port 9418" to https
|
# # Update out-of-date "unauthenticated git protocol on port 9418" to https
|
||||||
#git://github.com/snakewarhead/oh-my-zsh(|.git))
|
# git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git" ;;
|
||||||
#git remote set-url upstream "https://github.com/ohmyzsh/ohmyzsh.git"
|
# https://github.com/robbyrussell/oh-my-zsh(|.git))
|
||||||
#break ;;
|
# git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git" ;;
|
||||||
|
# git@github.com:robbyrussell/oh-my-zsh(|.git))
|
||||||
|
# git remote set-url "$remote" "git@github.com:ohmyzsh/ohmyzsh.git" ;;
|
||||||
|
# https://github.com/ohmyzsh/ohmyzsh(|.git)) ;;
|
||||||
|
# git@github.com:ohmyzsh/ohmyzsh(|.git)) ;;
|
||||||
|
# *) continue ;;
|
||||||
# esac
|
# esac
|
||||||
|
|
||||||
|
# # If we reach this point we have found the proper ohmyzsh upstream remote. If we don't,
|
||||||
|
# # we'll only update from the set remote if `oh-my-zsh.remote` has been set to a remote,
|
||||||
|
# # as when installing from a fork.
|
||||||
|
# git config --local oh-my-zsh.remote "$remote"
|
||||||
|
# break
|
||||||
# done
|
# done
|
||||||
|
|
||||||
# Set git-config values known to fix git errors
|
# Set git-config values known to fix git errors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue