Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. - An individual repo :
  2. git config user.name "Your Name Here"
  3. git config user.email your@email.com
  4.  
  5. - Global configuration :
  6. git config --global user.name "Your Name Here"
  7. git config --global user.email your@email.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement