-
Notifications
You must be signed in to change notification settings - Fork 120
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
Update support link #668
Update support link #668
Conversation
Signed-off-by: Sem Pruijs sem@pruijs.net |
Can someone help me a hand? I created a fork of the repo, created a new branch and made changes on that branch. Then I pushed to that branch the my fork. Now when I open this pr I see commits from another pr that I did earlier, but GitHub only shows in the file changes the actual changes that I did. In the pr there are 7 commits, but I actually only did 2 on this branch. How did this happen? |
For every new change you make, you should create a new branch from
Doing all of this with a git GUI client will be the easiest way to do so. And then from that point onwards, remember to branch from |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #668 +/- ##
========================================
Coverage 51.68% 51.68%
========================================
Files 263 263
Lines 14310 14310
Branches 9133 9133
========================================
Hits 7396 7396
Misses 6691 6691
Partials 223 223
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@pixlwave thank you for your help. Learned allot about git. It's good to go now |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Pull Request Checklist