Is the tutorial for contributing to a project missing a step? #148680
Unanswered
ironcito
asked this question in
New to GitHub
Replies: 1 comment 1 reply
-
|
Hi, did you try following the instructions on how to use the GitHub CLI? https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project#cloning-a-fork-to-your-computer. There, its explains how to add a commit and fork locally. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I followed the step-by-step tutorial at
https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project
The article basically gives intructions to:
And then says: "[...] head on over to the repository on GitHub where your project lives [...] You'll see a banner indicating that your branch is one commit ahead of octocat:main. "
But that doesn't happen because the main branch hasn't changed, only the new branch. It seems to me that there's one step missing where the new branch is merged with the main branch.
I'm still new to Git and GitHub, so I could be totally wrong, of course. That's why I didn't want to open an issue.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions