Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git change default editor

git config --global core.editor vim
Comment

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
Comment

configure editor for git

$ git config --global core.editor emacs
Comment

how to set default editor in git

git config --global core.editor nano
Comment

PREVIOUS NEXT
Code Example
Shell :: onedrive ubuntu 20.04 
Shell :: reinit git-submodules 
Shell :: git push existing repository 
Shell :: delete ppa repository ubuntu 
Shell :: git ignore changes to file 
Shell :: bash find full path 
Shell :: delete all files with specific name ubuntu 
Shell :: Package "ngx-material-file-input" 
Shell :: bc add 
Shell :: pacman reinstall 
Shell :: homebrew zsh completion 
Shell :: set java_home permanently ubuntu 
Shell :: How to Get VS Code Extensions as .ps1 for Installing to Another Computer 
Shell :: emogi app linux 
Shell :: how to make folder in ubuntu 
Shell :: debian install postgresql 
Shell :: terminal not opening ubuntu 
Shell :: Kali free ports 
Shell :: remove git from project in windows 
Shell :: get request linux terminal 
Shell :: update submodule git 
Shell :: delete a local and remote git branch 
Shell :: ubuntu spotify 
Shell :: install openai gym 
Shell :: set zsh as default linux 
Shell :: how to update an existing repository in github 
Shell :: virtualbox guest additions ubuntu 20.04 install 
Shell :: ords version view 
Shell :: how to update kali linux 
Shell :: sed digits 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =