Configuration for a new git environment
User
1 | git config --global user.name "John Doe" |
1 | git config --global user.email johndoe@example.com |
Editor
1 | git config --global core.editor vim |
Disable pager
1 | git config --global pager.branch false |
Check the current configuration
1 | git config --list |
Timezone
1 | tzselect |