Adding git and ssh
This commit is contained in:
17
git/gitconfig
Normal file
17
git/gitconfig
Normal file
@ -0,0 +1,17 @@
|
||||
[http]
|
||||
sslVerify = false
|
||||
[user]
|
||||
name = Gerardo J. Puerta
|
||||
email = gerardo@gnuardo.com
|
||||
[core]
|
||||
editor = vim
|
||||
[color]
|
||||
status = auto
|
||||
branch = auto
|
||||
interactive = auto
|
||||
diff = auto
|
||||
[push]
|
||||
default = simple
|
||||
[credential]
|
||||
helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
|
||||
|
Reference in New Issue
Block a user