Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. git config --global user.name "Sanju"
  2. git config --global user.email "sanjeev.it@gmail.com"
  3.  
  4. cat ~/.gitconfig
  5. [user]
  6. name = Sanju
  7. email = sanjeev.it@gmail.com
  8.  
  9. git config --global --list
  10. user.name=Sanju
  11. user.email=sanjeev.it@gmail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement