Files
30-seconds-of-code/snippets/edit-config.md
2022-03-22 12:02:38 +02:00

462 B

title, tags, expertise, author, firstSeen, lastUpdated
title tags expertise author firstSeen lastUpdated
Edit git configuration file configuration beginner maciv 2021-04-04T21:25:22+03:00 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