Posts

Showing posts from March, 2020

Git goodies

  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