Git branch

Jmnote (토론 | 기여)님의 2020년 5월 27일 (수) 14:56 판 (새 문서: ==개요== ;git branch <source lang='console'> root@testuser:~/myproject# git branch feature1 * feature2 master </source> <source lang='console'> root@testuser:~/myproject# git b...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}