Joined December 2012
·

Kristian Lewis Jones

South Wales, United Kingdom
·
·

Posted to Git diffs that are nothing over 1 year ago

If your editor is stripping trailing whitespace whilst that isn't the project standards then that would probably need to be disabled.. if its the standard then hunt down the person and get them to set up their editor accordingly.

git add -p is good for selecting chunks of changes you want in a commit. I always use it even to select everything to ensure I dont commit anything by accident by git add .

Posted to Symfony2 deployment parameter diff over 1 year ago

I use git diff $1..$2 -- app/config/parameters.yml.dist

Achievements
553 Karma
34,546 Total ProTip Views