Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. mkdir -m 700 ~/Projekte
  3. brew install joe git bash-completion
  4. curl https://gist.githubusercontent.com/mpdude/7a8df4b26c150f6909cbaf4b9ba3ff9d/raw/ > ~/.profile
  5. git config --global core.excludesfile '~/.gitignore'
  6.  
  7.  
  8. ## Folgende Zeilen anpassen:
  9. git config --global user.name 'Luigi Lustig'
  10. git config --global user.email 'll@webfactory.de'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement