Created
May 30, 2009 16:27
-
-
Save collin/120550 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # staging specific code | |
| git diff staging config/initializers/current_host.rb | git apply -R | |
| # production specific code | |
| git diff production config/initializers/current_host.rb | git apply -R | |
| # stuff like storing base urls | |
| # BaseUrl = "staging.example.com" vs BaseUrl = "example.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment