-2

In windows ,choosing default editor can be VIM, Visual studio code , Wordpad, Notepad. What is the difference in this all editor while using Git.

which could be the ideal default editor while using git.(for a beginner user using git)

2
  • If your are using vs code then it would be ideal Commented May 22, 2024 at 4:26
  • Do you mean to ask "Which editor is best to use with git?" Commented May 22, 2024 at 11:28

1 Answer 1

1

if you are using vs code, then it would be ideal

The major difference between vim, vs code, notepad is pace of writing and interface. Vim has terminal based interface. On the other hand vs code and notepad are graphical interface.

I would recommend to use the IDE you are using, here i assumed you are using vs code.

Open terminal and run this command to set default editor

git config --global core.editor "code --wait"
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.