Guest User

Untitled

a guest
Jan 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. git config --global user.name 'Some Name'
  2. git config --global user.email 'some.email@gmail.com'
  3.  
  4. git config user.name 'Some Name'
  5. git config user.email 'some.email@gmail.com'
Add Comment
Please, Sign In to add comment