Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

협업을 위한 github 사용과 git flow 활용법 #1

Open
bamin0422 opened this issue Sep 21, 2020 · 1 comment
Open

협업을 위한 github 사용과 git flow 활용법 #1

bamin0422 opened this issue Sep 21, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@bamin0422
Copy link
Owner

  1. 이슈 작성하기
  • 코딩하다가 발생하는 문제가 있으면 Issues에 new Issue를 통해 작성하면 됩니다.
  1. commit message
  1. 기능 branch 작성하기
  • 최상위 branch에 master를 두고, 바로 밑에는 develop, 그 밑에는 기능 branch들을 작성하시면 됩니다.
  • 코딩한 파일들을 commit 할 때, 기능 branch들을 생성해서 거기에 push해 주시면 됩니다.
  • 기능 branch 형식은 feature/(구현한 기능-> 영어로 쓸 것)
  1. Pull requests 하기
  • 기능 branch를 생성해서 push를 하면 Pull request를 작성할 수 있습니다.
  • Pull requests에 들어가면 new Pull request를 클릭합니다.
  • base는 develop branch에 두고, compare는 작성한 branch로 둔 뒤 create pull-request를 하시면 됩니다.
  • 제목에 commit message 넣어주시고, 안에 구현한 기능들 한글로 적어주시면 됩니다.
  • 참고 : https://github.com/parkgeonhu/snake-game
@bamin0422 bamin0422 added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 21, 2020
@bamin0422 bamin0422 pinned this issue Oct 6, 2020
@bamin0422
Copy link
Owner Author

좋은 git commit 메시지를 위한 영어 사전 : https://blog.ull.im/engineering/2019/03/10/logs-on-git.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant