ABOUT ME

개발자

Today
Yesterday
Total
  • git branch 관련
    Git 2020. 12. 2. 09:42

     

    브랜치 생성

    $ git branch [branch명]

     

    target branch 삭제

    $ git branch -d [target branch명]

     

    브랜치 목록 확인

    $ git branch

     

    'Git' 카테고리의 다른 글

    git push 관련  (0) 2020.12.02
    git merge 관련  (0) 2020.12.02
    git rebase 관련  (0) 2020.12.01
    git reset  (0) 2020.12.01
    git revert  (0) 2020.12.01

    댓글

Designed by Tistory.