We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ed500 + 7c582d1 commit 889a26bCopy full SHA for 889a26b
Documentation/git.txt
@@ -372,6 +372,14 @@ Environment Variables
372
---------------------
373
Various Git commands use the following environment variables:
374
375
+System
376
+~~~~~~
377
+`HOME`::
378
+ Specifies the path to the user's home directory. On Windows, if
379
+ unset, Git will set a process environment variable equal to:
380
+ `$HOMEDRIVE$HOMEPATH` if both `$HOMEDRIVE` and `$HOMEPATH` exist;
381
+ otherwise `$USERPROFILE` if `$USERPROFILE` exists.
382
+
383
The Git Repository
384
~~~~~~~~~~~~~~~~~~
385
These environment variables apply to 'all' core Git commands. Nb: it
0 commit comments