6 files:
%ALLUSERSPROFILE%\Git\Config
(Windows only) /etc/gitconfig
, with being the git installation path. (on Windows, it is \mingw64\etc\gitconfig)$XDG_CONFIG_HOME/git/config
(Linux/Mac only) ~/.gitconfig
(Windows: %USERPROFILE%\.gitconfig).git/config
(within a git repo $GIT_DIR)git config -f .gitmodules
...the command line with git -c: git -c core.autocrlf=false
fetch would override any other core.autocrlf to false, just for that fetch command. The order is important: any config set in one source can be overridden by a source listed below it.
6 files:
%ALLUSERSPROFILE%\Git\Config
(Windows only) /etc/gitconfig
, with being the git installation path. (on Windows, it is \mingw64\etc\gitconfig)$XDG_CONFIG_HOME/git/config
(Linux/Mac only) ~/.gitconfig
(Windows: %USERPROFILE%\.gitconfig).git/config
(within a git repo $GIT_DIR)git config -f .gitmodules
...the command line with git -c: git -c core.autocrlf=false
fetch would override any other core.autocrlf to false, just for that fetch command. The order is important: any config set in one source can be overridden by a source listed below it.
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |