-비트버켓에서 리포지토리를 새로 만듦(프로젝트 폴더 이름의 소문자명이 비트버켓에 만들 리포지토리 소문자 이름과 같게)
-프로젝트의 루트 디렉토리에서 git bash를 연다(http://tadakichi.tistory.com/177 참고)
-git init
-.gitignore 파일을 만든다(https://github.com/github/gitignore 참고)
-git add .
-git commit -m 'xxx'
-git remote add origin git@bitbucket.org:xxx/xxx.git (비트버켓에서 리포지토리를 처음 만들면 나오는 주소)
-git push -u origin master
'ETC' 카테고리의 다른 글
델 게이밍 노트북(G5) AS 후기 (0) | 2018.12.19 |
---|---|
Python, pandas-datareader 설치 (0) | 2018.07.23 |
Github Pages와 함께 쓰는 static site generator 추천 - Hugo (0) | 2017.09.01 |
블로그 코드 넣는 태그 (0) | 2017.08.29 |
영화 콘택트(Arrival) 해석 -스포 주의 (2) | 2017.07.09 |