git config

Git depoları için yazılan kişisel konfigürasyon seçeneklerini yönet. Bu konfigürasyonlar lokal (mevcut depo için) veya evrensel (mevcut kullanıcı için) olabilir. Daha fazla bilgi için: https://git-scm.com/docs/git-config.

git config --list --local

git config --list --global

git config alias.unstage

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

git config --global --unset alias.unstage

git config --edit

git config --global --edit