poMMo
poMMo copied to clipboard
Update index.php
To integrate login form wherever we want! ;)
Sure, i can do it... :)
Hey @micdech,
I looked at your history and it seems like these are the commits I that I really need: https://github.com/micdech/poMMo/commit/2a7d3829d6a0c54eb5a79c97d1f98a808b7f6206 https://github.com/micdech/poMMo/commit/20bbef23f3915e8bda79b857f907ba8761b1db0a
If so, can you squash them together and create a pull request just for the new commit?
Thanks, Adrian
Hi Soonick,
can you tel me ho can i do it?
Best regards
2014-02-13 6:31 GMT+01:00 Adrian Ancona Novelo [email protected]:
Hey @micdech https://github.com/micdech,
I looked at your history and it seems like these are the commits I that I really need: micdech@2a7d382https://github.com/micdech/poMMo/commit/2a7d3829d6a0c54eb5a79c97d1f98a808b7f6206 micdech@20bbef2https://github.com/micdech/poMMo/commit/20bbef23f3915e8bda79b857f907ba8761b1db0a
If so, can you squash them together and create a pull request just for the new commit?
Thanks, Adrian
— Reply to this email directly or view it on GitHubhttps://github.com/soonick/poMMo/pull/185#issuecomment-34949811 .
....................................................... Michele de Chiara Micdech http://michele.dechiara.org Innovazione tecnologica, Marketing & Comunicazione Cell: +39 328.0241602 - +39 388.1865792 - +39 334.6291192 - skype: micdech MSN: [email protected] email: [email protected] .......................................................
Hey @micdech,
I think the steps should be these:
- git checkout master
- git cherry-pick 2a7d382
- git cherry-pick 20bbef2
- Then you need to squash those two commits into one. This guide might help: http://ariejan.net/2011/07/05/git-squash-your-latests-commits-into-one/
- Then create a new pull request
Regards, Adrian