Answers for "can I change a forked repo name"

0

can I change a forked repo name

# If you haven't renamed already, you can just push all pending changes, rename, and 
just clone again.

# If you've already renamed, you should just update the origin on your local repos:

git remote set-url origin git://github.com/youruser/yourrepo
Posted by: Guest on July-01-2021

Code answers related to "can I change a forked repo name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language