Horje
how to set default editor in git Code Example
set git editor
$ git config --global core.editor vim
Source: git-scm.com
git configure default editor
# Set Emacs as the default editor
$ git config --global core.editor emacs   
# Set Visual Studio Code as the default editor
$ git config --global core.editor code
git set editor
git config --global core.editor nvim
how to set default editor in git
git config --global core.editor nano




Shell

Related
show commit differences between branches git Code Example show commit differences between branches git Code Example
how to start nessus on kali Code Example how to start nessus on kali Code Example
git commit Code Example git commit Code Example
how to push code to bitbucket Code Example how to push code to bitbucket Code Example
how to open appimage in linux Code Example how to open appimage in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11