You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command to set your core.editor setting for Text Edit is listed as git config --global --add core.editor "open -W -n"
it should be git config --global core.editor "open -W -n" (no --add parameter)
Steps to reproduce:
View Appendix C and look at the line for TextEdit (macOS)
Expected behavior:
The command should be git config --global core.editor "open -W -n", which is in line with all the other core.editor commands and won't accidentally add (potentially) two entries for the setting.