Closed jgolla closed 10 years ago
Ok, thanks! I pulled in your changes, but not via a normal merge. Here's why, in case you're curious:
So I cherry-picked the second commit, and "squashed" the third commit into it. This is totally unnecessary, but I'm particular when it comes to my git repo history, and once you get the hang of git, it's actually easy to do.
Thanks for the lesson!
On February 20, 2014 at 5:24 PM Jim Garvin notifications@github.com wrote:
Ok, thanks! I pulled in your changes, but not via a normal merge. Here's why, in case you're curious:
1. The first commit ("Resync") was extraneous - just a side effect of
git's learning curve.
The third commit was a minor fix to the second commit. (The perfect use case for git commit --amend http://nathanhoad.net/git-amend-your-last-commit ).
So I cherry-picked http://gitready.com/intermediate/2009/03/04/pick-out-individual-commits.html the second commit, and "squashed" the third commit into it. This is totally unnecessary, but I'm particular when it comes to my git repo history, and once you get the hang of git, it's actually easy to do.
— Reply to this email directly or view it on GitHub https://github.com/coderifous/jquery-localize/pull/36#issuecomment-35676840 .
Updated the README.md to reference the CONTRIBUTING.md file. I also changed the packages.json file to remove the modules that are no longer used for the build.