Skip to content

leejh7/SWP2_Team6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

77 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Software Project 2

Repository for SWP2 class assignments and code reviews

Members

20160176 ์†ก์˜์ง„ 20181675 ์ด์ค€ํ˜ธ 20185290 ์ดํ•˜์˜ 20190406 ์ดํ˜„์ง€ 20191670 ์กฐ๋‚˜์˜ 20170228 ํ•œ์œค์„œ

Guide

  1. fork this repository to your own github storage ย ย ย ย ย (github)

  2. clone from your own storage created by fork to your local storageย ย ย ย ย (git)

  3. config remote storage in the cloned storageย ย ย ย ย (git)

  4. make a branch for PR(=pull request)ย ย ย ย ย (git)

  5. commit & push your assignment code in branch where you made it step4ย ย ย ย ย (git)

  6. click 'Compare & pull request' button to approve and merge your proposalย ย ย ย ย (github)

  7. delete your PR branchย ย ย ย ย (git)

  8. Synchronize your fork storage (=pull or fetch original storage to your storage)ย ย ย ย ย (git)

  9. go back to step4

More Info

Details of step2

$ git clone https://github.com/leejh123/SWP2_Team6.git
$ git remote -v
origin https://github.com/leejh123/SWP2_Team6.git (fetch)
origin https://github.com/leejh123/SWP2_Team6.git (push)

# url must be your fork repository's url

Details of step3

$ git remote add origin-leejh7 https://github.com/leejh7/SWP2_Team6.git
$ git remote -v
origin https://github.com/leejh123/SWP2_Team6.git (fetch)
origin https://github.com/leejh123/SWP2_Team6.git (push)
--- above: your remote repository's address
--- under: origin remote repository's address
origin-leejh7 https://github.com/leejh7/SWP2_Team6.git (fetch)
origin-leejh7 https://github.com/leejh7/SWP2_Team6.git (push)

# url must be original repository's url

Details of step8

$ git checkout master
$ git pull origin-leejh7

If you need more info leave a message on kakaotalk.

Useful Web site

Format

ex) hw_01.py

# 20160176 ์†ก์˜์ง„
'''
์†ก์˜์ง„ ํ•™์šฐ๋ถ„์˜ ์ฝ”๋“œ ์˜์—ญ
'''

# 20181675 ์ด์ค€ํ˜ธ
'''
์ด์ค€ํ˜ธ ํ•™์šฐ๋ถ„์˜ ์ฝ”๋“œ ์˜์—ญ
'''

# 20185290 ์ดํ•˜์˜
'''
์ดํ•˜์˜ ํ•™์šฐ๋ถ„์˜ ์ฝ”๋“œ ์˜์—ญ
'''

# 20190406 ์ดํ˜„์ง€
'''
์ดํ˜„์ง€ ํ•™์šฐ๋ถ„์˜ ์ฝ”๋“œ ์˜์—ญ
'''

# 20191670 ์กฐ๋‚˜์˜
'''
์กฐ๋‚˜์˜ ํ•™์šฐ๋ถ„์˜ ์ฝ”๋“œ ์˜์—ญ
'''

# 20170228 ํ•œ์œค์„œ
'''
ํ•œ์œค์„œ ํ•™์šฐ๋ถ„์˜ ์ฝ”๋“œ ์˜์—ญ
'''

Write your code on your own area.

Conflicts of merge can be avoided by not invading other students's code areas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages