Skip to content

Conversation

sureshvv
Copy link

@sureshvv sureshvv commented Apr 9, 2015

For phantomjs/chrome drivers

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.58%) to 88.57% when pulling b761217 on sureshvv:master into fa4dc1e on pytest-dev:master.

@bubenkoff
Copy link
Member

2 things:

  • there are commits from unrelevant PR, which is implemented already, so please remove those
  • can't it just be solved via PATH variable when running pytest?

@sureshvv
Copy link
Author

OK.. May be not needed.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.46%) to 90.61% when pulling 740be29 on sureshvv:master into fa4dc1e on pytest-dev:master.

@bubenkoff
Copy link
Member

please rebase to origin/master

@sureshvv
Copy link
Author

Just learning git. Do not know about rebasing. But have made a new commit with just the changes. Let me know if any changes are needed.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.37%) to 90.52% when pulling f45fbfb on sureshvv:master into fa4dc1e on pytest-dev:master.

@bubenkoff
Copy link
Member

run this

git remote add upstream git@github.com:pytest-dev/pytest-splinter.git
git branch --set-upstream-to=upstream/master
git checkout -b webdriver-executable
git rebase -i origin/master  # follow the instructions
git push origin webdriver-executable
# edit PR on github to use this branch

@bubenkoff
Copy link
Member

and for future, don't do features directly on master, create branches

@blueyed
Copy link
Contributor

blueyed commented Apr 12, 2015

# edit PR on github to use this branch

That's not possible. A new PR would be required.
But you can force-push it to your master.

@sureshvv
If you have your commit with only the changes already, you can also use that by cherry-picking it directly:

# Create a new branch, based on origin/master
git checkout -b splinter-webdriver-executable origin/master
# Cherry-pick the commit from your other branch
git cherry-pick fa4dc1e
# Push it to your master, overwriting what is there
git push -f sureshvv splinter-webdriver-executable:master

This will update this PR (which is using your master branch).

@bubenkoff is right in that you should always use a branch for your PRs, which makes it easier to change/rebase them.

@blueyed
Copy link
Contributor

blueyed commented Apr 12, 2015

I recommend using https://github.com/github/hub btw, which provides additional commands to interface with Github.

@bubenkoff
You could also cherry-pick the commit or squash-merge them into master directly. But then it's also good for @sureshvv to learn this.. :)

@bubenkoff
Copy link
Member

yep, that's why i tried to instruct him :)

On 12 April 2015 at 14:49, Daniel Hahler notifications@github.com wrote:

I recommend using https://github.com/github/hub btw, which provides
additional commands to interface with Github.

@bubenkoff https://github.com/bubenkoff
You could also cherry-pick the commit or squash-merge them into master
directly. But then it's also good for @sureshvv
https://github.com/sureshvv to learn this.. :)


Reply to this email directly or view it on GitHub
#23 (comment)
.

Anatoly Bubenkov

@sureshvv
Copy link
Author

Another pull request with single commit has been created now.

@sureshvv sureshvv closed this Apr 13, 2015
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