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


Comments

Popular posts from this blog

Certbot

Mapserver install on Ubuntu 18.04 with Naviserver: