Skip to content

Instantly share code, notes, and snippets.

@suncn
Last active August 17, 2017 02:31
Show Gist options
  • Save suncn/3520ff0a12fb488c582ec0901af56598 to your computer and use it in GitHub Desktop.
Save suncn/3520ff0a12fb488c582ec0901af56598 to your computer and use it in GitHub Desktop.
修改github仓库 #remote 关联
  • 先删除后添加

    • git remote rm origin
    • git remote add origin [url]
  • 直接修改config文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment