Skip to content

Instantly share code, notes, and snippets.

@rodnaph
Created January 19, 2013 18:04
Show Gist options
  • Save rodnaph/4574004 to your computer and use it in GitHub Desktop.
Save rodnaph/4574004 to your computer and use it in GitHub Desktop.
Simple one-liner for updating a Symfony 2 parameters file with any new settings after an update.
diff -u app/config/parameters.yml app/config/parameters.yml.dist | patch -p0 app/config/parameters.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment