Git Product home page Git Product logo

2014-02-html5-1's Introduction

1반은 아래와 같이 프로젝트를 진행합니다.

1. fork하기

(https://github.com/NHNNEXT/2014-02-HTML5-1/)

2. fork한 프로젝트 클론

git clone https://github.com/{본인_아이디}/2014-02-HTML5-1
ex) git clone https://github.com/mixed/2014-02-HTML5-1

3. 프로젝트로 이동

cd 2014-02-HTML5-1

4. 교수 저장소 등록

git remote add upstream https://github.com/NHNNEXT/2014-02-HTML5-1

3. 본인에 아이디/주차에 맞는 브랜치로 checkout

git branch -a//자신의 아이디 확인

git checkout -b 아이디
ex) git checkout -b mixed

4. 개발 시작

5. 커밋

git status //확인
git rm 파일명 //삭제된 파일
git add 파일명(or * 모두) // 추가/변경 파일
git commit -m "메세지" // 커밋

5. 본인 원격 저장소에 올리기

git push origin 아이디:원격_브랜치명
ex) git push origin mixed:mixed

6. 교수한데 pull request

git push upstream 아이디:원격_브랜치명
ex) git push upstream mixed:mixed

7. 교수가 ok하면 다음 주차 진행

8. 원본 저장소와 싱크

git fetch upstream
git checkout master
git rebase upstream/master

9. 본인 github에서 교수한데 pullrequest보내기.

10. 4번부터 다시 시작.

2014-02-html5-1's People

Contributors

mixed avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.