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

how to set default editor in git

git config --global core.editor nano
Comment

change git interactive editor

git config --global core.editor "'{path to editor}' -n -w"
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall wps 
Shell :: reload supervisor 
Shell :: install pandas conda 
Shell :: git rename master to main 
Shell :: restart samba service 
Shell :: install pip arch linux 
Shell :: reset cache pods 
Shell :: install docker nvidia 2 
Shell :: docker-compose force rebuild 
Shell :: Install / Update Dbeaver Community on Ubuntu 
Shell :: pip install turtle 
Shell :: how to enable or disable test mode on windows 10 
Shell :: git see all aliases 
Shell :: remote origin already exist error 
Shell :: apt list repositories 
Shell :: vim ubuntu install 
Shell :: install psycopg2 ubuntu 20.04 
Shell :: webpack-dev-server command not found 
Shell :: install python3-pip ubuntu 
Shell :: error: you need to resolve your current index first git 
Shell :: homebrew restart service 
Shell :: apt see installed packages 
Shell :: install vscode centos 7 
Shell :: install ifconfig on ubuntu 
Shell :: how to delete a remote branch in git 
Shell :: nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory) 
Shell :: upgrade streamlit 
Shell :: how to install pytube 
Shell :: npm install @reach/router 
Shell :: show mongodb version 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =