Guest User

Untitled

a guest
Feb 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # Global setting for all you repositories
  2. > git config --global gui.encoding utf-8
  3.  
  4. # For one repository only
  5. > git config gui.encoding utf-8
Add Comment
Please, Sign In to add comment