Opens the git configuration file in the git text editor.
git config --global -e
to open the git configuration file in the git text editor.git config --global -e
git config --global -e
# Opens the git configuration file in the default git text editor
Git, Configuration
Configures the text editor used by git.
Git, Configuration
Disables the default fast forwarding on merge commits.
Git, Configuration
Prints a list of all git aliases.