Closed bryanaka closed 10 years ago
Thanks! I will register it as soon as we merge this.
No problem. :thumbsup:
Thanks, do you mind squashing?
@teddyzeenny so to be honest, I haven't squashed many commits. Do I need to delete the branch and reopen the PR
I see you created a new PR.
For next time you need to squash, you don't have to change branches. You can do:
git rebase -i HEAD~2
( In order to squash the last 2 commits)squash
instead of pick
git push -f origin branch-name
@teddyzeenny ah, makes sense. thanks
I definitely want to get this added so I can manage it with bower, so I am glad to help get this in any way I can.
Let me know of any changes that need to be made.