100513/how-to-make-git-use-the-editor-of-our-own-choice-for-commits
Hi Guys,
I am new to the version control tool Git. I am not comfortable with the default editor that git used. How can I use the editor of our own choice for commits?
Hi@akhtar,
You can set the editor name in the Git config file. There are two ways to set the editor's name as shown below.
Set core.editor in your Git config: git config --global core.editor "vim" Set the GIT_EDITOR environment variable: export GIT_EDITOR=vim
I think ,except the two options you ...READ MORE
The closest way to view branches in ...READ MORE
I'm not very sure if looking all ...READ MORE
Hi@akhtar, You can use the git remote command ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can use the git log command ...READ MORE
Hi@akhtar, In order to stash untracked files, add ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.