fatal: no tag message?
Here are the git commands to configure a text editor depending on OS.
In Linux: git config --global core.editor "vim"
In Windows: git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
References: ref1 ref2
No comments:
Post a Comment