Advertisement
fant0men

git-config

Jul 15th, 2022 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. git config --global user.name "John Doe"
  2. git config --global user.email [email protected]
  3.  
  4. *** useless ***
  5. git config --global core.symlinks true
  6. git config --local core.symlinks true
  7. *** useless ***
  8.  
  9. https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
  10. https://git-scm.com/docs/git-config
  11.  
  12. ***
  13.  
  14. man gittutorial
  15.  
  16. gh repo create
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement