Git Environment Variables: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


==GIT_AUTHOR_EMAIL==
==GIT_AUTHOR_EMAIL==
If set, it overrides [[Git_config#Configure_the_Commit_Author|git config]] setting.

Revision as of 06:30, 25 November 2017

Internal

Variables

GIT_AUTHOR_NAME

If set, it overrides git config setting.

GIT_AUTHOR_EMAIL

If set, it overrides git config setting.