1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Update README.md

This commit is contained in:
Cole 2018-11-27 23:01:22 -05:00 committed by GitHub
parent ca49abe067
commit bd388a89c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ There are a few possible problems here:
If you cloned the wrong respistory simply delete the directory created after running `git clone` and clone the correct repository. If you cloned the wrong respistory simply delete the directory created after running `git clone` and clone the correct repository.
If you set the wrong repository as the origin of an existing local repository, change the url of your origin by running If you set the wrong repository as the origin of an existing local repository, change the url of your origin by running:
```sh ```sh
$ git remote set-url origin [url of the actual repo] $ git remote set-url origin [url of the actual repo]