Git 정리

최강일·2022년 12월 2일
0

Git

목록 보기
1/8
post-thumbnail

기본적인 내용부터
효율적인 브랜치 운영  방법까지 살펴본다.

목차

  • 1. git 기본
    • git이란
    • git repository
    • work tree & index
    • branch
    • gitHub
  • 2. branch 운영(checkout\,stash\,merge\,commit)
    • branch 생성
    • branch 삭제
    • branch 전환
    • branch 통합
    • commit
  • 3. 원격 저장소(push\,fetch\,push)
    • pull
    • fetch
    • push
    • clone
  • 4. commit변경하기
    • amend
    • revert
    • reset
    • cherry-pick
    • rebase
    • reflog
  • 5. tag
  • 6. branch 운영 전략(gitFlow)
profile
Search & Backend Engineer

0개의 댓글