# git config --system system.name “Git Repo Srv-1”
# git config --system user.name “Arash Foroughi”
# git config --global system.name “My Repo Srv-1”
# git config --global core.editor vim
# git config --global core.pager ‘less’
# git config --list
# cat ~/.gitconfig
[user]
name = Root User
email = root@localhost
[system]
name = My Git Repo Server1
[core]
editor = vim
pager = more