Difference between revisions of "IT-SDK-Git"
Jump to navigation
Jump to search
(Created page with "type %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...") |
|||
| Line 1: | Line 1: | ||
| + | <nowiki> | ||
type %userprofile%\.ssh\id_rsa.pub | clip | 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.name "Samer Hijazi" | ||
git config --global user.email "Samer.Hijazi.Extern@fiduciagad.de" | git config --global user.email "Samer.Hijazi.Extern@fiduciagad.de" | ||
| − | |||
| − | |||
git config --global credential.helper wincred | git config --global credential.helper wincred | ||
| + | </nowiki> | ||
Revision as of 14:23, 18 April 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 wincred