Guest User

Sample gitconfig

a guest
Aug 4th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $ cat ~/.gitconfig
  2. [user]
  3. email = noloader@gmail.com
  4. name = Jeffrey Walton
  5. [http]
  6. sslCAInfo = /etc/ssl/certs/new-cacert.pem
  7.  
  8. # Enforce SSH
  9. [url "ssh://git@github.com/"]
  10. insteadOf = https://github.com/
  11. [push]
  12. default = current
Add Comment
Please, Sign In to add comment