Difference between revisions of "IT-SDK-Git"

From wiki.samerhijazi.net
Jump to navigation Jump to search
m (Samerhijazi moved page IT-Tools-Git to IT-SDK-Git without leaving a redirect)
(No difference)

Revision as of 21:58, 28 October 2019

type %userprofile%\.ssh\id_rsa.pub | clip
cat %userprofile%\.ssh\id_rsa.pub | clip

git config --global user.name "Samer Hijazi"
git config --global user.email "Samer.Hijazi.Extern@fiduciagad.de"

git config --global credential.helper cache
git config --global credential.helper manager
git config --global credential.helper wincred
git config --global --edit
git credential-manager version