Joined December 2012
·
Posted to
Symfony2 deployment parameter diff
over 1 year
ago
I use git diff $1..$2 -- app/config/parameters.yml.dist
Achievements
553 Karma
35,324 Total ProTip Views
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
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 bygit add .