DRAFT: Problem with unwanted commits #38
JessicaLucindaCheng
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Disclaimer: Since I am not personally experiencing this problem, I can't tell you exactly why it is happening for each person. Also, why it is happening for each person can also be for different reasons and may not be covered below.
Troubleshooting unwanted/unexpected commits:
Problem: A person is finding commits from a pull request they reviewed in their branch or pull request.
Click here to see a screenshot of the full error message underlined in red
git branch -D macho-catt-3056-update-lucky-parking-prjto delete the branch.Problem: A person is finding commits from past issues they've worked on.
Possible explanation 1: The person made commits to their gh-pages (or feature branch if they are working off a feature branch such as feature-homepage-launch). In other words, their gh-pages is ahead, which means those "ahead" commits would show up every time they make a new branch based off gh-pages.
Possible explanation 2: The person did https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#27a-working-on-an-issue-1-verify-current-branch-is-gh-pages without doing this step first https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#27b-working-on-an-issue-2-create-a-new-branch-where-you-will-work-on-your-issue.
Beta Was this translation helpful? Give feedback.
All reactions