-
Notifications
You must be signed in to change notification settings - Fork 192
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
Markdown #933
Conversation
Oops, neeed to rebase |
@miketaylr I need you. I'm not an expert of git. When I try to fixed conflict after rebased I'm lost... |
@magsout np! let me try to fix it up and push. |
OK, should be good to review now. 👍 |
Hm, weird error:
|
@@ -51,3 +51,4 @@ | |||
@import "components/label"; | |||
@import "components/upload-form"; | |||
@import "components/contributors"; | |||
@import "components/Markdown"; |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Ah yes, I usually write Markdown instead of markdown on my other project. But in this case |
LGTM. |
@miketaylr thanks, but curious, how did you do ? |
Sure! So to rebase against master from a branch (not a fork) I usually do something like this:
And then when there's a conflict I do I open those in my editor and search for https://help.github.com/articles/resolving-a-merge-conflict-from-the-command-line/#creating-an-edit-collision should help here a little. But it can still be a pain in the butt to get right. Once you think you've got it right, you have to You might get another conflict from the next patch it applies in the rebase. So rinse and repeat until it tells you you're done. |
OK, what I missed when I tried to rebase... Thanks for the explanation, 👍 |
I added new Component
Markdown
to handle element from Github without ClassName.r? @miketaylr