Closed sethfri closed 11 years ago
Dang, it tracked my commits from the other pull request. Definitely not intentional. Let's take care of the other one first.
If you remove the podspec stuff from this, I'll gladly merge the fixes :)
Sure. Unfortunately I'm not sure how to back out of this state hahah. Is there an easy way of removing commits from a PR?
git rebase
I did a git rebase -i HEAD~10
and deleted all of the commits related to the subspecs. When I pushed it up, however, things went wrong. Said my branch was behind and then apparently just added the commits anyway? Please forgive my lack of rebasing knowledge.
If it would be easier to start all over, just say the word. Really am sorry for the inconvenience.
Sounds good. It's cool man.
This fixes a typo in the
extremityView
property ofSSCollectionViewExtremityTableViewCell
.