廣告

2015年10月23日 星期五

Change the URI (URL) for a remote Git repository | 修改git remote的網址

有兩個方法:
1. edit .git/config and change the URLs there.

2. git remote set-url origin git://new.url.here


================================
show current remote url
git config --get remote.origin.url

沒有留言:

張貼留言