Git goodies Get link Facebook X Pinterest Email Other Apps March 12, 2020 Save password to git, need to enter password once after: git config --global credential.helper store Set vim as default git editor: git config --global core.editor "vim" See git config: git config -l Read more