Giter Club home page Giter Club logo

spartaspringbasic's Introduction

과제 제출 가이드

안녕하세요! 이 문서는 JAVA 보충반의 과제를 제출하는 방법을 설명합니다. 과제 제출은 GitHub을 통해 이루어집니다.

1. 이 저장소를 포크하기

  1. 이 저장소를 포크(Fork)하세요. 포크는 우측 상단에 있습니다!

  2. 포크한 저장소의 URL을 복사하세요.

  3. 터미널(또는 Git Bash)을 열고 다음 명령어를 실행하여 포크한 저장소를 본인의 컴퓨터로 클론합니다!

    git clone 복사한_포크_URL

2. 브랜치 생성하기

  1. 프로젝트 폴더로 이동

    cd 복제한_폴더_이름
  2. 기본 브랜치에서 과제 진행 할 브런치 생성

    git checkout -b 과제_브랜치_이름

3. 과제 완료

  1. 과제 완료 후 커밋 후 푸쉬

    git add . 
    git commit -m "커밋 명"
    git push origin 과제_브랜치_이름

4. Pull Request 생성

  1. GitHub 웹 사이트에서 본인의 포크 저장소로 이동

  2. 상단 "Pull Request" 버튼을 클릭

  3. Pull Request를 생성 후 제목과 설명을 작성

5. 코드 리뷰 및 승인

  1. 과제가 완벽하다면 과제 머지

  2. 과제가 조금 부족하다면 코드 리뷰 후 수정

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.