github 시작
* https://github.com/join --> kiostory / ...
* hello-world repository 생성
- clone with https : use git or checkout with SVN using the web URL : https://github.com/kiostory/hello-world.git
* sourcetree
- git을 GUI환경에서 편하게 사용, 명령어가 익숙하지 않은 초보자에게 적합
- https://www.sourcetreeapp.com
- 아틀라시안 가입(https://bitbucket.org)
* 소스트리를 통해 저장소 클론
* 작업 후 스테이지에 파일 추가
-
- git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c credential.helper= -c credential.helper="C:/Users/kiost/AppData/Local/ATLASS~1/SOURCE~1/GIT_EX~1/GIT-CR~1.EXE" push -v --tags origin master:master
POST git-receive-pack (720 bytes)
Pushing to https://github.com/kiostory/hello-world.git
To https://github.com/kiostory/hello-world.git
8c32fcb..f5bb8de master -> master
updating local tracking ref 'refs/remotes/origin/master'
성공적으로 완료되었습니다.