주 메뉴 열기

wwiki β

바뀜

Git

402 바이트 추가됨, 2022년 5월 26일 (목) 05:31
branch
== branch ==
List, create, or delete branches
 
If <code>--list</code> is given, or if there are no non-option arguments, existing branches are listed;
 
''git branch'' [--track[=(direct|inherit)] | --no-track] [-f] [--recurse-submodules] <branchname> [<start-point>]
 
The command’s second form creates a new branch head named <branchname> which points to the current <code>HEAD</code>, or <start-point> if given.
=== --delete ===
편집
2,431