bitbucket 회원 가입 및 repository 생성 :: 행복한 프로그래머

posted by 쁘로그램어 2017. 12. 19. 16:12

bitbucket에 접속하여 회원 가입을 진행합니다.

gmail과 연동되어 있어서 가입은 쉽습니다.

참고: https://bitbucket.org/account/signup/


회원 가입은 하단의 참고 사이트를 참고하시면 상세하게 설명되어 있습니다.


1. bitbucket sign in

2. repository 생성

3. repository overview 정보 확인


4. bitbucket에 fwaas 소스 push


$ git init

$ git remote add origin https://jhhwang4195@bitbucket.org/jhhwang4195/fwaas.git

$ git status

$ git add *

$ git commit -m "initial commit"

$ git remote -v

$ git push -u origin master


5. bitbucket에서 fwaas repository 확인



※ 참고 사이트 ※ 

http://www.ihee.com/154

http://jsongsong.tistory.com/27

http://flowarc.tistory.com/entry/Bitbucket-%EC%82%AC%EC%9A%A9%EB%B2%95-%ED%9A%8C%EC%9B%90%EA%B0%80%EC%9E%85%EC%A0%80%EC%9E%A5%EC%86%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0 


■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

저는 IT 기술에 대해 관심이 많고, 기술적인 토론하는 것을 매우 좋아합니다^^

github following 해주시면 정말로 감사하겠습니다^^

github: https://github.com/jhhwang4195


어떠한 댓글이든 환영합니다^^

댓글 좀 달아주세요^^ (구걸 모드) 

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■


이 글이 도움이 되셨다면 아래에 있는 "♡공감" 버튼을 클릭해주세요


'버전 관리 > bitbucket' 카테고리의 다른 글

bitbucket이란 무엇인가?  (1) 2017.12.19