Conversation
|
You should rebase instead of merging master in. |
|
@VikParuchuri the commits aren't merged together. You need to run |
|
Also, avoid relative references (like "this error") in commit messages. |
|
@cpennington There were three, and I merged two of them together (i think). I used squash. I will merge the remaining two together to just have it all as one commit. |
|
All set now. |
|
@gwprice How do you avoid having to do git push -f after rebasing? That's the primary reason I tend to use merge instead of rebase. |
|
You don't avoid it; force pushing is fine for branches that nobody else is using. |
|
👍 |
|
I've seen issues where people have force pushed the wrong thing that took a lot of time to resolve. I wonder what the relative time taken/cost fixing those mistakes vs. using merge instead of rebase is. |
|
The only issues I've run into w/ force pushing the wrong thing are 1) they On Fri, May 31, 2013 at 11:38 AM, VikParuchuri notifications@github.comwrote:
|
…st times out without this.
…rach module into platform. (Fixes openedx#3)
…equest-template add default pull request template for ucsd
Add filters and sorting on index and courses pages Approved-by: Vladyslav Zherebkin
convert django app to extensible edx plugin
Absorbing work from douglashall/learning_sequence
The Getting Started steps had two #3, and one of them was mis-formatted. The links to Getting Started in the named-release page weren't links. Now they are, though they go to the GitHub page rather than the readthedocs page. We should fix that in the future.
# This is the 1st commit message: chore: remove karma-selenium-webdriver-launcher and unneeded browsers # The commit message openedx#2 will be skipped: # revert: this reverts ca4032c so I can separate the lint and code changes # The commit message openedx#3 will be skipped: # feat: removing references to karma-selenium-webdriver-launcher
Speed up open ended test that is timing out.
Per @cpennington and @gwprice this was okay to merge if two commits were folded together. Folding done, going to merge after jenkins validates.