Skip to content

Frankva/dot

Repository files navigation

dot

dotfiles and config file

git command

git config user.email 'email'
git config user.name 'username'
git config --global credential.helper store
git config --global credential.username 'username'
git config --global credential.helper "store --file ~/.git-credentials"

git push https://github.com/… namebranchlocal:namebranchremote