Feature/megabox crawling
크롤링 언어 변경 및 위치와 일자 받아서 상영 여부 받아오기 진행
크롤링 언어 변경 및 위치와 일자 받아서 상영 여부 받아오기 진행
Step 1. Fetch and check out the branch for this merge request
git fetch http://khuhub.khu.ac.kr/2021105630/Multiplex_Ticketing_Platform.git feature/Megabox_Crawling git checkout -b 2021105630/Multiplex_Ticketing_Platform-feature/Megabox_Crawling FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout feature/Megabox_Crawling git merge --no-ff 2021105630/Multiplex_Ticketing_Platform-feature/Megabox_Crawling
Step 4. Push the result of the merge to GitLab
git push origin feature/Megabox_Crawling
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.