8000 Flip by MohamedElkamash · Pull Request #3 · aprilnovak/moose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Flip #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

Open
wants to merge 5,875 commits into
base: next
Choose a base branch
from
Open

Flip #3

wants to merge 5,875 commits into from

Conversation

MohamedElkamash
Copy link

moosetest added 30 commits April 10, 2023 14:18
moosetest and others added 26 commits October 27, 2023 08:13
@aprilnovak
Copy link
Owner
aprilnovak commented Dec 5, 2023

Looks like your branch you are pushing into my next branch has got quite a different git history on it. To fix this, let's go onto a new branch and cherry-pick your two commits onto it.

cd cardinal
git fetch april
git checkout -b flip-fresh april/next

8000
git cherry-pick 234734c781cf
git cherry-pick d6f304ea417a2c

What these lines are doing:

  • git fetch april: Make sure you have the most up-to-date copy of my next branch on your computer
  • git checkout -b flip-fresh april/next check out a new branch on your computer, named flip-fresh, which is a mirror of my next branch
  • git cherry-pick <hash> applies the changes from your two commits on top

@MohamedElkamash
Copy link
Author

Why should I change the directory to cardinal?

@aprilnovak
Copy link
Owner

Sorry, you are correct - that should be moose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0