Guest User

Untitled

a guest
Feb 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #Show all git config
  2. git config --list
  3. #Set your username
  4. git config --local user.name= booboo
  5. #Set your email address
  6. git config --local user.email= booboo@boo.com
  7. #Use a specific editor
  8. git config --global core.editor "vim"~
Add Comment
Please, Sign In to add comment