Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(git): Fix a mistake in git:remote examples #1714

Merged
merged 1 commit into from Jan 21, 2021
Merged

docs(git): Fix a mistake in git:remote examples #1714

merged 1 commit into from Jan 21, 2021

Conversation

loganm
Copy link
Contributor

@loganm loganm commented Jan 10, 2021

The example of adding a new remote with a custom alias stated that the remote URL was https://git.heroku.com/example-staging.git, but the command was pointing to https://git.heroku.com/example.git.

I've updated the example to use the same remote URL as the previous example, so that the only difference is the addition of the --remote argument.

The example of adding a new remote with a custom alias stated that the
remote URL was `https://git.heroku.com/example-staging.git`, but the
command was pointing to `https://git.heroku.com/example.git`.

I've updated the example to use the same remote URL as the previous
example, so that the only difference is the addition of the `--remote`
argument.
@loganm loganm requested a review from a team as a code owner January 10, 2021 22:33
Copy link
Contributor

@RasPhilCo RasPhilCo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mimen mimen merged commit 877ef9c into heroku:master Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants