Skip to content
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

Add minimal README to docs directory #125

Merged
merged 2 commits into from
Sep 13, 2017
Merged

Conversation

axefrog
Copy link
Contributor

@axefrog axefrog commented Sep 5, 2017

Just a convenient link to the readthedocs site.

@briancavalier
Copy link
Member

It looks like there are some extra commits in the PR. Could you rebase on latest master so it just has the one relevant commit? Thanks!

@axefrog
Copy link
Contributor Author

axefrog commented Sep 6, 2017

I've never rebased anything before. How do you rebase something that is already on a master branch?

@TylorS
Copy link
Member

TylorS commented Sep 6, 2017

In your clone you want to do something like this at a shell of some kind

git remote add $name https://github.com/mostjs/core

git rebase $name/master

Where $name can be whatever you want.

@axefrog
Copy link
Contributor Author

axefrog commented Sep 7, 2017

Ok, so I did that and got this; not sure how to interpret it though:

D:\dev\most [master ≡]> git rebase source/master
First, rewinding head to replay your work on top of it...
Applying: fix(types): propagateTask; decouple value type from sink type
Using index info to reconstruct a base tree...
M       packages/core/type-definitions/PropagateTask.d.ts
Falling back to patching base and 3-way merge...
No changes -- Patch already applied.
Applying: fix(types): propagateTask; decouple value type from sink type (flow)
Using index info to reconstruct a base tree...
M       packages/core/src/index.js.flow
Falling back to patching base and 3-way merge...
No changes -- Patch already applied.
Applying: docs(api): Add minimal README to docs directory

When I do git status, it says:

D:\dev\most [master ↓4 ↑1]> git status
On branch master
Your branch and 'origin/master' have diverged,
and have 1 and 4 different commits each, respectively.
  (use "git pull" to merge the remote branch into yours)
nothing to commit, working tree clean

@TylorS
Copy link
Member

TylorS commented Sep 7, 2017

rebase changes the git history. After doing a rebase it's often you have to do a force push. git push - f because your local branch and remote branches are out of sync

@briancavalier
Copy link
Member

How do you rebase something that is already on a master branch?

It looks like what happened was that your fork's remote master may not have been up-to-date with the upstream (the mostjs/core repo) when the PR was opened. Hard to tell for sure, though, since there's also a merge commit (a059130) after the change to the README ... not clear where that came from.

In any event, thanks for giving it a go. If it doesn't end up looking right after the rebase and force push, we have a couple other options. For example, either you or one of us can create a new branch from up-to-date master and cherry-pick the one relevant commit (0b1434d) to it, and open a new PR.

@axefrog
Copy link
Contributor Author

axefrog commented Sep 11, 2017

Commit log should be fixed now.

Copy link
Member

@briancavalier briancavalier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple minor requests, otherwise LGTM

docs/README.md Outdated
@@ -0,0 +1,3 @@
## Almost there...

Documentation for Most.js can be found at [mostcore.readthedocs.io](http://mostcore.readthedocs.io).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple small requests: Let's change "Most.js" to "@most/core", and make the link https. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Member

@briancavalier briancavalier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@briancavalier briancavalier merged commit 74ccbdd into mostjs:master Sep 13, 2017
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.

3 participants