thephpleague / monga

Simple and swift MongoDB abstraction.
MIT License
331 stars 30 forks source link

Fix and Update #13

Closed maxtrunk closed 9 years ago

maxtrunk commented 9 years ago

I just clean up my local branch and re-commit my fixes again. I am more a bitbucket user rather than github, please let me know if I missed anything.

Happy coding :+1:

T.L

maxtrunk commented 9 years ago

I deleted my previous branch and re-fork the latest file again. Then, I applied the fixes I had before, but it seems like still not able to merged. I am kind of new to gihub, not 100% sure what I am doing wrong here.

bcrowe commented 9 years ago

@maxtrunk It's mergable, pending the TravisCI build. So you're :+1: on that front. Also, as a tip... you can git checkout -b a new branch, so that your local master branch isn't tied up and you can avoid re-forking, etc, just to get/work with the latest master again.

maxtrunk commented 9 years ago

@bcrowe Awesome!!! and thank you for the tip :+1:

bcrowe commented 9 years ago

Thanks! :clap: