git-config

config Manage custom configuration options for git repositories. These configurations…

git config

Manage custom configuration options for git repositories. These configurations can be local (for the current repository) or global (for the current user).

git config --list --local

git config --list --global

git config --list

git config alias.unstage

git config --global alias.unstage "reset HEAD --"

git config --global --unset alias.unstage

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-commit-tree git-contrib →