Skip to content

Conversation

@VikParuchuri
Copy link
Contributor

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.

@gwprice
Copy link

gwprice commented May 31, 2013

You should rebase instead of merging master in.

@cpennington
Copy link
Contributor

@VikParuchuri the commits aren't merged together. You need to run git rebase -i origin/master, and then mark the second commit as fixup, and remove the merge entirely.

@gwprice
Copy link

gwprice commented May 31, 2013

Also, avoid relative references (like "this error") in commit messages.

@VikParuchuri
Copy link
Contributor Author

@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.

@VikParuchuri
Copy link
Contributor Author

All set now.

@VikParuchuri
Copy link
Contributor Author

@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.

@gwprice
Copy link

gwprice commented May 31, 2013

You don't avoid it; force pushing is fine for branches that nobody else is using.

@gwprice
Copy link

gwprice commented May 31, 2013

👍

@VikParuchuri
Copy link
Contributor Author

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.

@cpennington
Copy link
Contributor

The only issues I've run into w/ force pushing the wrong thing are 1) they
have global pushes turned on, so they force push more than the one branch
they are trying to and 2) they are trying to do something fancy w/ force
push (like push one branch to another). I think for this simple case, the
benefits of cleaner history outweigh the costs.

On Fri, May 31, 2013 at 11:38 AM, VikParuchuri notifications@github.comwrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com/edx/pull/3#issuecomment-18752740
.

VikParuchuri added a commit that referenced this pull request May 31, 2013
@VikParuchuri VikParuchuri merged commit 1c0bcf4 into master May 31, 2013
vetrolamu referenced this pull request in pelikanchik/edx-platform Jul 30, 2013
nasthagiri added a commit that referenced this pull request Jun 2, 2014
downzer0 pushed a commit that referenced this pull request Nov 17, 2014
downzer0 pushed a commit that referenced this pull request Nov 18, 2014
downzer0 pushed a commit that referenced this pull request Nov 21, 2014
apolinario added a commit to overdrive-diy/edx-platform that referenced this pull request Dec 11, 2014
dsego added a commit that referenced this pull request Apr 16, 2015
kkux pushed a commit to kkux/edx-platform that referenced this pull request Apr 16, 2018
mumarkhan999 pushed a commit to mumarkhan999/edx-platform that referenced this pull request Mar 4, 2019
…equest-template

add default pull request template for ucsd
xavierchan pushed a commit to xavierchan/edx-platform-1 that referenced this pull request May 20, 2019
feanil pushed a commit that referenced this pull request Sep 3, 2019
pwnage101 added a commit that referenced this pull request Mar 5, 2020
…iguration_siteconfiguration_values_2.3

Revert "Revert "Rename values in SiteConfiguration (2/3) attempt #2""  (attempt #3)
yasir1brahim referenced this pull request in yasir1brahim/edx-platform Apr 19, 2021
Add filters and sorting on index and courses pages

Approved-by: Vladyslav Zherebkin
tehreem-sadat referenced this pull request in wikimedia/edx-platform Sep 2, 2021
convert django app to extensible edx plugin
Sujeet1379 pushed a commit to chandrudev/edx-platform that referenced this pull request Nov 17, 2022
Absorbing work from douglashall/learning_sequence
iloveagent57 pushed a commit that referenced this pull request Feb 26, 2024
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.
nsprenkle added a commit that referenced this pull request Sep 12, 2024
tonybusa added a commit to tonybusa/edx-platform that referenced this pull request Oct 16, 2025
# 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
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.

4 participants