Git Product home page Git Product logo

rxscheduler's Introduction

ComposeFest2021

안녕하세요 Compose 코드랩에 오신걸 환영합니다.
다음은 코드랩을 진행하기 위한 안내입니다.

진행 일정

2021년 11월 1일 ~ 30일
매주 월요일 코드랩 진행을 돕기 위한 주요 설명 영상을 공개합니다.
👉 영상 보러가기

Compose 코드랩


준비물


Repo fork 하기

  1. Github 페이지 오른쪽 상단 위의 fork 클릭 compose_1

  2. fork 브랜치를 어디에 만들 것인지 묻는 팝업이 뜹니다. 신청서에 작성해주신 자신의 Github 계정을 선택해줍니다. compose_2

  3. fork 브랜치가 자신의 계정 아럐 생성되면 완료입니다. compose_3

  4. fork 브랜치는 main 브랜치에 영향을 주지 않습니다. 마음껏 코드랩을 진행해보세요!


코드랩 진행하기

  1. 자신의 fork 브랜치를 로컬로 가져오기 위해 원하는 위치에서 github 주소를 복사합니다. copy

    git clone 으로 fork 한 개인 브랜치를 로컬로 다운 받습니다.

    ~$ git clone https://github.com/gdgand(개인Github 아이디)/ComposeFest2021.git
    
  2. 일정 별 각 주차에 맞는 폴더 위치에서 코드랩을 진행합니다. (~/week 1,2,3,4/Compose .../XXXComposeCodelab)

    • 각 주차 별 시작할 수 있는 코드랩 코드가 주차 별로 포함되어 있습니다. 바로 열어서 코드랩을 시작하실 수 있습니다.
    • 다만, 새로 프로젝트를 생성해서 시작하는 경우에는 프로젝트 추가가 필요합니다. 해당 프로젝트는 아래의 두 개 입니다.
      1. 1주차 Jetpack Compose basics
      2. 2주차 Layouts in Jetpack Compose
        path
  3. 각각의 코드랩을 진행합니다. codelab

  4. 완성된 코드를 개인 fork 브랜치로 push해서 업데이트 합니다.

  5. 코드랩 수료확인을 위해 직접 진행한 코드 commit 히스토리를 꼭 남겨주세요!

매주 공개되는 자료 내 fork 브랜치로 땡겨오기

(메인 브랜치와 Sync 맞추는 방법)

  1. 현재 fork 한 remote 브랜치 확인
    $ git remote -v
    origin	https://github.com/YOUR_NAME/ComposeFest2021.git (fetch)
    origin	https://github.com/YOUR_NAME/ComposeFest2021.git (push)
    
  2. upstream 으로 gdgand 브랜치 추가하기
    $ git remote add upstream https://github.com/gdgand/ComposeFest2021.git
    
  3. 잘 추가되었는지 확인하기
    $ git remote -v
    origin	https://github.com/YOUR_NAME/ComposeFest2021.git (fetch)
    origin	https://github.com/YOUR_NAME/ComposeFest2021.git (push)
    upstream	https://github.com/gdgand/ComposeFest2021.git (fetch)
    upstream	https://github.com/gdgand/ComposeFest2021.git (push)
    
  4. 최신 업데이트 확인하기
    $ git fetch upstream 
    remote: Enumerating objects: 706, done.
    .. 이하 생략
    
  5. 내 remote fork 브랜치와 머지하기
    $ git merge upstream/main
    
  6. 변경사항 push 하기
    $ git push origin main
    

rxscheduler's People

Contributors

veronikapj 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.