Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyun99999/mvcpatterntutorial-ios
MVC 패턴을 활용한 프로젝트를 만드는 튜토리얼
https://github.com/hyun99999/mvcpatterntutorial-ios
Last synced: about 1 month ago
JSON representation
MVC 패턴을 활용한 프로젝트를 만드는 튜토리얼
- Host: GitHub
- URL: https://github.com/hyun99999/mvcpatterntutorial-ios
- Owner: hyun99999
- Created: 2021-03-29T01:41:56.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-29T04:42:29.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:32:39.017Z (over 1 year ago)
- Language: Swift
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVCPatternTutorial-iOS
MVC 패턴을 활용한 프로젝트를 만드는 튜토리얼
-make project, issue, milestone
- make feature branch
- merge #1
- pull request 되면 자동으로 close 된다.(default branch 에 merge 할 경우만 가능)
**#1 branch 에서 commit 과 push 를 #1 로 하고 깃허브에서 풀리퀘를 통해 코드리뷰하고 머지.**
이와 같은 방식으로 해줘야 pull request가 등장한다.
'Automated kanban' 으로 프로젝트 템플릿을 설정해주어야 close 된 issue 가 자동으로 'Done' 으로 이동한다.
졸작 포포 협업을 연습하기 위해서 한동안 깃허브에 프로젝트를 올릴 때 issue, milestone, project, pull reqeusts 를 연습할 것이다.