"Git branch"의 두 판 사이의 차이

(새 문서: ==개요== ;git branch <source lang='console'> root@testuser:~/myproject# git branch feature1 * feature2 master </source> <source lang='console'> root@testuser:~/myproject# git b...)
 
22번째 줄: 22번째 줄:
==같이 보기==
==같이 보기==
* [[git branch -a]]
* [[git branch -a]]
* [[git 로컬 브랜치 삭제]]


==참고==
==참고==

2020년 5월 27일 (수) 14:56 판

1 개요

git branch
root@testuser:~/myproject# git branch
  feature1
* feature2
  master
root@testuser:~/myproject# git branch -a
  feature1
* feature2
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/feature1
  remotes/origin/feature2
  remotes/origin/version-1
  remotes/origin/version-2

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}