-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dev #5
base: master
Are you sure you want to change the base?
Dev #5
Conversation
People partners
EDT: add logos
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.4...v1.10.10) Signed-off-by: dependabot[bot] <[email protected]>
…-1.10.10 Bump nokogiri from 1.10.4 to 1.10.10
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.2 to 2.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](rubyzip/rubyzip@v1.2.2...v2.3.0) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.10...v1.11.0) Signed-off-by: dependabot[bot] <[email protected]>
…2.3.0 Bump rubyzip from 1.2.2 to 2.3.0
…-1.11.0 Bump nokogiri from 1.10.10 to 1.11.0
Merge up with what was on pender...
Hi julia. You still have a bunch of untested commits in here. If we merge this bad things will happen to the repo. See https://stackoverflow.com/questions/16306012/github-pull-request-showing-commits-that-are-already-in-target-branch and the answer that explains how to do a rebase. |
Hi Jody,
So, I should rebase to my main branch on my fork and then make the pull request from there, and that would remove all of those other commits? Would you be able to review that these commands make sense?
My origin and upstream:
origin ***@***.***:juliaputko/cproofwebsite.git (fetch)
origin ***@***.***:juliaputko/cproofwebsite.git (push)
upstream https://github.com/c-proof/website.git (fetch)
upstream https://github.com/c-proof/website.git (push)
The sequence of commands I would use:
Git fetch origin
Git checkout dev
Git rebase origin/master
Git push --forece-with lease
Thank you,
Julia Putko
… On Mar 26, 2022, at 2:52 AM, Jody Klymak ***@***.***> wrote:
Hi julia. You still have a bunch of untested commits in here. If we merge this bad things will happen to the repo. See https://stackoverflow.com/questions/16306012/github-pull-request-showing-commits-that-are-already-in-target-branch <https://stackoverflow.com/questions/16306012/github-pull-request-showing-commits-that-are-already-in-target-branch> and the answer that explains how to do a rebase.
—
Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATOOXH5TFHSQC2JMCDO5XE3VB3M4JANCNFSM5RVOKERA>.
You are receiving this because you authored the thread.
|
Almost:
|
You may find this visualization helpful. https://medium.com/coder-life/git-rebase-a-powerful-command-brings-your-git-skills-to-the-next-level-part-ii-1fcc64a81781 |
Hi Jody,
Thank you for that. I am unable to view the article by medium you sent. I would still appreciate a screenshot of the visualization if you think it would be helpful!
I am attempting the git rebase, and I am encountering a lot of conflicts I have to merge manually - should I be accepting these incoming changes (not changes I have made - seems like changes you have made), or are these the untested commits you are referring to?
Best,
Julia Putko
… On Mar 29, 2022, at 7:04 AM, Jody Klymak ***@***.***> wrote:
You may find this visualization helpful. https://medium.com/coder-life/git-rebase-a-powerful-command-brings-your-git-skills-to-the-next-level-part-ii-1fcc64a81781 <https://medium.com/coder-life/git-rebase-a-powerful-command-brings-your-git-skills-to-the-next-level-part-ii-1fcc64a81781>
—
Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATOOXH5JHNUJCLO5D2ENAKTVCMEYFANCNFSM5RVOKERA>.
You are receiving this because you authored the thread.
|
OK, lets start over. First copy the files you have changed somewhere else... Make a new branch and force it to upstream/master
Now add back one file you have changed. Do a If you have added a completely new file that was not on master:
Now do
and make a pull request. You should only have the new commit in the pull request. OK, you can prob scratch that pull request, but then do the same for all of your changes and make a pulse request from that. |
No description provided.