# Git configuration ```bash # See where configuration options are set. git config --list --show-origin # Edit system/global/local. git config --system --edit ```