Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DOC: add remote upstream#25828

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 1 commit intomatplotlib:mainfromrcomer:set-upstream
May 8, 2023
Merged

Conversation

rcomer
Copy link
Member

PR summary

The dev guide currently suggests that cloning your fork will automatically add the upstream remote, but Ithink you have to add it manually.

PR checklist

@rcomer
Copy link
MemberAuthor

Renders like this

Copy link
Member

@story645story645 left a comment
edited
Loading

Choose a reason for hiding this comment

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

Using 'remote' as shorthand for remote repository is a holdover from previous version so won't block, but wondering if it's worth it to add a sentence clarifying what a remote repository is and that the names for things are conventions. I know, we're not aiming to provide a "how to git" tutorial but I think this can be done very cleanly.

@rcomer
Copy link
MemberAuthor

"remote" is git's term and part of the command you need to use. We have the link to GitHub'sManaging remote repositories, which gives a bit more detail to what these things are, and I think the fact that you pass the GitHub url makes it fairly intuitive what you are linking to. So I'm not sure what else this needs.

I do in general have a preference for brevity though, which I'm aware is just a preference. So it's possible I'm just not seeing what you're seeing!

timhoffm and tacaswell reacted with thumbs up emoji

fork, and set up the ``upstream`` remote to point to the Matplotlib main
repository (see also `Managing remote repositories <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`__.)
Change into this directory before continuing::
current working directory and set up the ``origin`` remote to point to your own
Copy link
Member

@timhoffmtimhoffmMay 8, 2023
edited
Loading

Choose a reason for hiding this comment

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

Suggested change
current working directory and set upthe``origin``remote to point to your own
current working directory and set upa remote repository``origin``pointing to your own

Is this clearer? If so, same wording should be applied toupstream

story645 reacted with thumbs up emoji
Copy link
Member

Choose a reason for hiding this comment

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

I really really really like this minor change - it addresses my concerns by explaining what the words are. Can I open a follow on PR to make this change?

@tacaswelltacaswell added this to thev3.8.0 milestoneMay 8, 2023
@tacaswell
Copy link
Member

I think the wording is fine as it is.

@tacaswelltacaswell merged commit1539614 intomatplotlib:mainMay 8, 2023
@rcomerrcomer deleted the set-upstream branchMay 8, 2023 16:54
story645 added a commit to story645/matplotlib that referenced this pull requestMay 10, 2023
building off ofmatplotlib#25828 and@timhoffm's comment, mostly reworded/movedthings (very little if any change in length) to try and make it moreexplicit that in this context origin and upstream are aliases forremote repositories.
story645 added a commit to story645/matplotlib that referenced this pull requestMay 10, 2023
building off ofmatplotlib#25828 and@timhoffm's comment, mostly reworded/movedthings (very little if any change in length) to try and make it moreexplicit that in this context origin and upstream are aliases forremote repositories.
story645 added a commit to story645/matplotlib that referenced this pull requestMay 10, 2023
building off ofmatplotlib#25828 and@timhoffm's comment, mostly reworded/movedthings (very little if any change in length) to try and make it moreexplicit that in this context origin and upstream are aliases forremote repositories.Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@story645story645story645 approved these changes

@timhoffmtimhoffmtimhoffm left review comments

Assignees
No one assigned
Projects
None yet
Milestone
v3.8.0
Development

Successfully merging this pull request may close these issues.

4 participants
@rcomer@tacaswell@story645@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp