Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Problem with accentued characters in filenames
  2. git config --global core.precomposeunicode false
  3.  
  4. # Problem with file permissions
  5. git config --global core.fileMode false
  6.  
  7. # Use different git dir
  8. git --git-dir=.other_git ...
  9.  
  10. # Add another .gitignore file
  11. git config core.excludesfile .gitignore_2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement