Files
30-seconds-of-code/snippets/edit-config.md
Isabelle Viktoria Maciohsek 38ccf0471e Add configuration snippets
2021-04-04 21:25:22 +03:00

355 B

title, tags
title tags
Edit git configuration file configuration,beginner

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