Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring_오류정리
- json
- SQL
- HTML
- 자바스크립트
- Git_명령어정리
- java
- MySQL
- github
- Linux
- SQL_용어정리
- 자바
- JavaScript
- 인스턴스
- asp.net
- jsp
- Linux_명령어정리
- 인덱스
- Spring_에러정리
- 아파치톰캣
- 배열
- 이클립스
- vb.net
- DML
- Git_정리
- CSS
- 다이어그램
- git
- workbench
- spring
Archives
- Today
- Total
데브마우스
[Git:명령어정리] switch 명령어 정리 본문
Git의 switch 명령어 정리
git switch는 브랜치를 변경할 때 사용합니다.
git switch의 코드 형식은 아래와 같습니다.
git switch [<options>] [--no-guess] <branch>
git switch [<options>] --detach [<start-point>]
git switch [<options>] (-c|-C) <new-branch> [<start-point>]
git switch [<options>] --orphan <new-branch>
출처: Git/mingw64/share/doc/git-doc/git-switch.html
'Git > Git: 명령어 정리' 카테고리의 다른 글
[Git:명령어정리] Git Bash에는 man 명령어가 없습니다. (0) | 2024.01.17 |
---|---|
[Git:명령어정리] fetch 명령어 정리 (0) | 2024.01.15 |
[Git:명령어정리] pull 명령어 정리 (0) | 2024.01.11 |
[Git:명령어 정리] push 명령어 정리 (0) | 2024.01.10 |
[Git:명령어 정리] 작업 되돌리는 명령어 정리: restore, reset, revert (0) | 2024.01.10 |