install-Git

Git

Downloading git

https://git-scm.com/download/win

이미지

Configure

git config –global user.name “username”
git config –global user.email “email”
git config –global –list

이미지

GitHub

register GitHub

cd ~/.ssh
ls
ssh-keygen -t rsa -C “email..”
이미지

이미지

That’s end…? But,

이미지

SourceTree

https://www.sourcetreeapp.com/

이미지

Change language option

이미지

Change encoding option

In case of Windows
이미지