회사에서 쓰고 있는 git 명령어

2022-06-21

  • branch 생성
      git checkout -b develop
    
  • branch 확인
      git branch
    
  • 푸시
      git push origin develop
    
  • 코드 동기화
      git pull upstream develop
    
  • 브런치 삭제
      git branch -d develop
    

results matching ""

    No results matching ""

    99 other / uml

    04 react / JSX