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 |
Tags
- 아파치톰캣
- MySQL
- DML
- 다이어그램
- Linux
- 자바
- json
- 배열
- SQL_용어정리
- HTML
- github
- 인덱스
- Linux_명령어정리
- java
- vb.net
- Git_정리
- SQL
- spring
- Git_명령어정리
- 인스턴스
- asp.net
- jsp
- workbench
- git
- Spring_에러정리
- CSS
- 이클립스
- 자바스크립트
- Spring_오류정리
- JavaScript
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 |