Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created October 1, 2017 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/04273b00df9a7345bf4e3ee461816ac5 to your computer and use it in GitHub Desktop.
Save dance2die/04273b00df9a7345bf4e3ee461816ac5 to your computer and use it in GitHub Desktop.
Remove remote repository
dance2die@CC c:\misc\sources\Repos\javascript\es6
> git remote -v
origin airamrguez/es6-webpack-boilerplate (fetch)
origin https://github.com/airamrguez/es6-webpack-boilerplate (push)
dance2die@CC c:\misc\sources\Repos\javascript\es6
> git remote rm origin
dance2die@CC c:\misc\sources\Repos\javascript\es6
> git remote -v
dance2die@CC c:\misc\sources\Repos\javascript\es6
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment