Removed user info from gitconfig, use env variables
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
# set these tokens up in your env, such as ~/.secrets
|
# set these tokens up in your env, such as ~/.secrets
|
||||||
[github]
|
|
||||||
user = $GITHUB_USER
|
|
||||||
token = $GITHUB_TOKEN
|
|
||||||
[user]
|
|
||||||
name = $GIT_USER
|
|
||||||
email = $GIT_EMAIL
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[color "branch"]
|
[color "branch"]
|
||||||
|
|||||||
Reference in New Issue
Block a user