git config --global core.editor vim
$ git config --global core.editor vim
# 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 config --global core.editor nano
git config --global core.editor nvim
$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
Code Example |
---|
Shell :: while loop shell script |
Shell :: npm http server |
Shell :: set wsl version to 1 |
Shell :: bash print binary file |
Shell :: edit default port for linux server |
Shell :: check changes after git pull |
Shell :: apt-key deprecated |
Shell :: check my localhost command |
Shell :: blackeye bash |
Shell :: windows install httpie |
Shell :: open calculator from command line MacOS |
Shell :: kubernetes auto complete |
Shell :: heroku buildpacks |
Shell :: ansible lineinfile |
Shell :: bash go to home directory |
Shell :: wsl install |
Shell :: docker permission denied dial |
Shell :: composer ins |
Shell :: ubuntu service start example |
Shell :: git user config |
Shell :: bash red text |
Shell :: iis reset command |
Shell :: openssh client ubuntu |
Shell :: wsl add directory to path |
Shell :: how to install grub |
Shell :: pip upgrade all at once |
Shell :: git remove file from untracked |
Shell :: how to install wireshark |
Shell :: k8 delete deployment |
Shell :: run pm2 in cluster mode |