Giter Site home page Giter Site logo

react-study's Introduction

react-study

프로젝트 PR 방법

💡 프로젝트 시작하기

  1. 터미널에서 자신의 로컬 폴더에 프로젝트 클론하기
    $ git clone https://github.com/aeuna/react-study.git
  2. 자신의 폴더로 이동하기
    $ cd 2주차리액트
    $ cd 이미현
    
  3. 의존성 설치
    $ npm install
  4. 자기만의 브랜치 만들어서 체크아웃
    $ git branch 2-mihyun
    $ git checkout 2-mihyun
    
  5. 작업시작!

💡 프로젝트 PR 전, 충돌하지 않도록 저장소 동기화 하기

  1. 작업 커밋 후 main 브랜치로 옮기기
    • 커밋메시지에 #이슈번호 붙이면 이슈에서 참조할 수 있어요!
    $ git commit -am "#2 1-21 커스텀 훅 예제"
    $ git checkout main
    
  2. main 브랜치에서 저장소의 최신 버전 땡겨오기
    $ git pull
    
  3. 내 서브 브랜치로 옮긴 후 main 브랜치 병합하기
    $ git checkout 2-mihyun
    $ git merge main
    

💡 프로젝트 PR하기

  1. 작업 커밋 후 푸시하기
    $ git commit -am "#2 1-21 커스텀 훅 예제"
    $ git push
    
  2. 저장소에서 Pull requests 탭 선택
  3. New pull request 버튼 클릭
  4. compare:자신의 서브브랜치 선택 후 Create pull request 클릭

💡 PR하기 귀찮을 때, 직접 merge!

  1. 작업 커밋 후 main 브랜치로 체크아웃하기
    $ git commit -am "#2 1-21 커스텀 훅 예제"
    $ git checkout main
    
  2. main브랜치에서 서브브랜치 병합하기
    $ git merge 2-mihyun
    
  3. 저장소에 push하기 $ git push

react-study's People

Contributors

xianeml avatar aeuna avatar huiji0315 avatar kelee98 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.