Guest User

Untitled

a guest
Dec 9th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. git config --global user.name "John Doe"
  2. git config --global user.email johndoe@example.com
  3.  
  4. git config --global core.autocrlf true
  5.  
  6. cd С:/путь/к/проекту
  7.  
  8. git init
  9.  
  10. git init
Add Comment
Please, Sign In to add comment