SMALL
Git 을 사용하기 위해선
1. local 에 Git Client 설치
2. RSA 키생성
- RSA key 생성
(At your home directory) $ ssh-keygen -t rsa -C <your single id>@메일주소
3. RedMine 또는 서버에 키 등록.
대충 아래와 같은 키로 나온다.
ssh-rsa AAAABq0GON+lRZrYTjArAOd3ro6/R9ZujkETEtudXm/GMwqLZR9q+avbtJKRB7cTWO32JwqYlV0VLBwZaVCqiKd9Yfmc0jj73CcH4kayxu1Ab4eYIRNgVR4cp7zBhMxcjg29o/ZG6uS3E2rcubxTSE3oNY3pxmc1ZxDM2aH6PbE8kIyWgmGuLjlEhD/CoSqxPPJb4o6CIM0bwBXePrqQ== zerolism@메일주소
4. 커밋 테스트 명령어
git clone git주소
git add
git commit
git push
git pull
git stash
이상이 없다면 완료.
LIST
'Git' 카테고리의 다른 글
이클립스 git RSA 키 생성 (0) | 2012.06.25 |
---|