Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git warning redirecting to

# The warning appears when the remote URL is different from the one you are using

# To fix use the following command

git remote set-url origin <correct_remote_url>
 
PREVIOUS NEXT
Tagged: #git #warning #redirecting
ADD COMMENT
Topic
Name
6+7 =