diff --git a/IT/The basics of Git.md b/IT/The basics of Git.md index c5cdad0..c7dd485 100644 --- a/IT/The basics of Git.md +++ b/IT/The basics of Git.md @@ -74,7 +74,3 @@ Then open the project in any merge conflict resolver, and manually resolve the c ### Prune branches that aren't on remote
`gut remote prune origin` - -### Changing the URL for a remote repo -`git remote -v` will show the current remote URL.
-`git remote set-url` \ No newline at end of file