gitconfig
alias
If the alias expansion is prefixed with an exclamation point, it will be treated as a shell command.
code:example
variable-name = variable-value
In cli, this becomes `section.subsection.variable_name = variable_value
The variables are divided into sections, wherein the fully qualified variable name of the variable itself is the last dot-separated segment and the section name is everything before the last dot.
Resovle git conflicts by vscode Remote settings