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