Advertisement
andrejsstepanovs

git setup

Jun 7th, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. git config --global user.name "Jane Doe"
  2. git config --global user.email "jane.doe@gmail.com"
  3. git config --global core.editor vim
  4. git config --global merge.tool meld
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement