Cannot find my contributions #56432
Replies: 4 comments 3 replies
-
Commits in a fork won't count as contributions until they're merged to the upstream repository. That's described in the documentation: https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile |
Beta Was this translation helpful? Give feedback.
-
By default, commits made in forks are not counted as contributions on your GitHub profile. This behavior is intentional and serves a couple of purposes:
You can transfer the code and its associated commit history to your personal GitHub account by following the steps:
|
Beta Was this translation helpful? Give feedback.
-
Make sure you are committing and pushing your changes to the correct branch: When you fork a repository, you typically work on your forked copy of the repository. Ensure that you are committing and pushing your changes to the correct branch in your forked repository. Check if your changes are being pushed to the correct remote repository: Verify that you have set up the remote URL of your forked repository correctly. You can check the remote URL by running the following command in your local repository: Copy code Confirm that your commits are being pushed successfully: After making changes and committing them, make sure you are pushing the changes to the remote repository. You can use the following command to push your changes: perl Check if your changes are visible in the GitHub repository: Once you have pushed your changes, visit your forked repository on GitHub and navigate to the branch where you made the modifications. Ensure that your changes are visible in the GitHub interface. Verify your GitHub account email address: Make sure that the email address associated with your GitHub account matches the email address you have configured in your Git configuration. You can check your Git configuration email by running the following command: arduino |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hello everybody,
I'm not able to see my contributions in the last days.
I have forked a repository and started modifying it but nothing happens.
My git config name/email are the same as in my github account.
Someone can help?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions