docs:git:git_with_a_live_website

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:git:git_with_a_live_website [2013/05/03 21:16] – [permissions issues] billhdocs:git:git_with_a_live_website [2013/06/06 10:17] (current) billh
Line 7: Line 7:
   * ''git config core.sharedRepository group''   * ''git config core.sharedRepository group''
   * --or-- if you are initializing one from scratch, you can do ''git init --shared=group''   * --or-- if you are initializing one from scratch, you can do ''git init --shared=group''
 +
 +=== disable filemode ===
 +I personally disable filemode checks by git since I work across Unix, Mac, and Windows environments.  Rather, I set up group sticky bits and umask 2.
 +  * ''git config core.filemode false''
  
 === make sure the same group is on all subdirs and files === === make sure the same group is on all subdirs and files ===
  • docs/git/git_with_a_live_website.1367637360.txt.gz
  • Last modified: 2013/05/03 21:16
  • by billh