Files
30-seconds-of-code/git/snippets/edit-config.md
2023-05-01 22:28:09 +03:00

424 B

title, type, tags, cover, dateModified
title type tags cover dateModified
Edit git configuration file snippet
configuration
terminal 2021-04-13T21:10:59+03:00

Opens the git configuration file in the git text editor.

  • Use 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