Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Devfest 2022 Compose Camp: Unit 0

dangeunii
October 28, 2022

Devfest 2022 Compose Camp: Unit 0

GDG Korea Android Compose Camp 비기너 코스 Unit 0 발표 자료 입니다.

dangeunii

October 28, 2022
Tweet

More Decks by dangeunii

Other Decks in Technology

Transcript

  1. This work is licensed under the Apache 2.0 License Unit

    0. Git 사용하기 GDSC 서울여자대학교 고다은
  2. This work is licensed under the Apache 2.0 License 고다은

    GDSC 서울여대 Android Coremember 캠핑지기
  3. This work is licensed under the Apache 2.0 License •

    Compose Camp 와 GitHub • Git 명령어 되짚어보기 Agenda
  4. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git ComposeCamp2022-for Beginners 저장소 자신의 원격저장소 자신의 로컬 저장소 Fork Clone
  5. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git ComposeCamp2022-for Beginners 저장소 자신의 원격저장소 자신의 로컬 저장소 Fork Clone Pull Request Commit
  6. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Fork 구글 폼에 제출한 아이디가 맞는지 확인!
  7. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Fork fork 된 브랜치는 원본의 main에 영향을 주지 않습니다.
  8. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Fork 원본 레포지토리에 변동사항이 있을 경우 Sync Fork > Update branch 버튼으로 최신화 작업하기
  9. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Clone 새로운 폴더 생성 후 cmd창 열기 명령어 : git clone + 마우스 우클릭 (붙여넣기) 복사
  10. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git 안드로이드 스튜디오에서 주차에 맞는 폴더를 열어줍니다. Ex) week1 코드랩을 진행합니다. 완성된 코드는 fork 브랜치로 push해서 저장합니다. 모든 주차 완료 시 Pull Request를 작성합니다.
  11. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Pull Request ㄱ ㄱ 모든 주차를 완료하면 원래의 레포지토리로 이동 후 Pull Request를 클릭합니다. ㄱ
  12. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Pull Request 이미 작성되어 있는 템플릿의 내용 중 해당 파트에 [x]로 괄호를 채워 넣고 Create pull request를 눌러줍니다. ㄱ ㄱ [x] Unit 1 [x] Unit 2
  13. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Pull Request 해당 링크를 마지막 수료 폼에 적어서 제출해 주시면 됩니다.
  14. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Issue Compose Camp 진행 시 어떠한 어려움이 발생하면 Issues 탭을 활용합니다.
  15. This work is licensed under the Apache 2.0 License Compose

    Camp 와 Git - Issue Issue 탭에 있는 템플릿 양식에 맞추어 질문을 작성해 주시면 확인이 되는대로 답변이 달리게 됩니다.
  16. This work is licensed under the Apache 2.0 License Git

    명령어 Local Git repository Git Hub Working Directory Staging Area Add Commit Push
  17. This work is licensed under the Apache 2.0 License Unit

    0. Git 사용하기 완료!! 모두 수고하셨습니다. 다음 단계로 넘어가셔서 다음 유닛을 학습해주세요 ☺