-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Fix/vik/speed up oe test #3
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
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.