fix(git): fix broken git config and author name and email
This commit is contained in:
parent
0f958de2a8
commit
f2a3df682e
2 changed files with 4 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
||||||
[user]
|
|
||||||
name = $GIT_AUTHOR
|
|
||||||
email = $GIT_EMAIL
|
|
||||||
[core]
|
|
||||||
excludesfile = $HOME/.config/git/.gitignore_global
|
|
||||||
autocrlf = input
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
GIT_AUTHOR=""
|
GIT_AUTHOR_NAME=""
|
||||||
GIT_EMAIL=""
|
GIT_AUTHOR_EMAIL=""
|
||||||
|
GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
|
||||||
|
GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue