Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git co master
- $ cat .gitattributes
- .htaccess merge=ours
- $ cat .htaccess
- php_flag display_startup_errors on
- $ git co production
- $ cat .htaccess
- +Options -Indexes
- $ git merge master
- $ cat .htaccess
- php_flag display_startup_errors on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement