-
-
Notifications
You must be signed in to change notification settings - Fork 29
Chore: Remove es6-map and es6-weakmap as they are included in node4 #10
Conversation
This LGTM, will do a proper review as soon as we get the node versions for the travis build sorted |
@JamesHenry Thanks ya #11 just needs to land first |
Do you need help with rebasing? You are still doing merge commits into the other branches and so we are ending up with very messy commit histories on these PRs |
@JamesHenry Yes please sorry I was doing "git rebase --interactive" and squashing down to one commit but then every time for some reason the merge ends up at the end not sure why |
I am definitely not a git expert, but What I tend to do is:
As I say, I am definitely not an expert, but that method works well for me when I am working on forks. Hope that helps! |
@JamesHenry Strange I am pretty sure thats what I am doing .. I have my orginal brach (yes I know I misspelled it) that points to eslint-scope.git#master I switch to that orginal branch. Do "git pull" then I switch to the branch I am working on and "git rebase --interactive orginal" and squash it down. |
What is the output when you run |
origin git@github.com:corbinu/eslint-scope.git (fetch) |
Ok I tried it again but then I end up with this
and I when I do get pull thats when that merge gets created |
git push --force |
Is that when you are pushing after your rebase? If so that is perfectly normal, you have to force push after the rebase. You need to do |
Ahhh ok great thanks! |
You should probally prefix the commit message with Chore. |
Ah, @corbinu you see now that you have rebased that other work containing the travis yaml file has disappeared from this PR! This is why the rebasing is so important. Let's reopen that other PR and get that merged in first |
@soda0289 Thanks did on the babel removal will change this one when I rebase on that |
@corbinu The other PR has been merged, this is now ready to be rebased (again 😄 ) |
@JamesHenry Good to go thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Remove es6-map and es6-weakmap as they are included in node4