mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-18 12:06:06 +00:00
git: added git ubuntu settings
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
name = ${GIT_USER}
|
name = ${GIT_USER}
|
||||||
email = ${EMAIL}
|
email = ${EMAIL}
|
||||||
|
|
||||||
|
[gitubuntu]
|
||||||
|
lpuser = ${GIT_USER}
|
||||||
|
|
||||||
|
[log]
|
||||||
|
decorate = short
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
compression = 9
|
compression = 9
|
||||||
whitespace = error
|
whitespace = error
|
||||||
@@ -14,6 +20,8 @@
|
|||||||
helper = !/usr/bin/gh auth git-credential
|
helper = !/usr/bin/gh auth git-credential
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper = !/usr/bin/gh auth git-credential
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
[url "git+ssh://${GIT_USER}@git.launchpad.net/"]
|
||||||
|
insteadof = "lp:"
|
||||||
[credential]
|
[credential]
|
||||||
helper = /usr/lib/git-core/git-credential-libsecret
|
helper = /usr/lib/git-core/git-credential-libsecret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user