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