http://msysgit.github.com/
여기서 다운받으세요 :)
git config --global user.name "이름"
git config --global user.email 깃허브 메일주소
git config --list
cd C:\
mkdir git
(git에 연동시킬 폴더를 만들어주세요)
cd git
(git에 연동시킬 폴더(위에서 만든)로 들어가주세요)
git init
git clone git://github.com/smallerhand/python1.git
cd python1
git add *.py
(만약 모든 형식의 파일을 올리고 싶다면, *.py 대신 -A 또는 --all을 씁니다. git add -A 이렇게.)
git commit -m all
git push https://github.com/smallerhand/python1.git
cd python1
git pull https://github.com/smallerhand/python1.git
https://nolboo.kim/blog/2013/10/06/github-for-beginner/
https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EA%B8%B0%EC%B4%88