Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. $ git co master
  2. $ cat .gitattributes
  3. .htaccess merge=ours
  4. $ cat .htaccess
  5. php_flag display_startup_errors on
  6.  
  7. $ git co production
  8. $ cat .htaccess
  9. +Options -Indexes
  10. $ git merge master
  11. $ cat .htaccess
  12. php_flag display_startup_errors on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement