728x90
반응형
Git 브랜치 이름 변경하기, Rename Branch
■ 사용법
git branch -m [현재_브랜치명] [변경할_브랜치명]
728x90
반응형
'Tips' 카테고리의 다른 글
[Docker] Docker Container 명령어(start, stop, create, rm, run, cp) (0) | 2023.10.26 |
---|---|
[Iterm2] Iterm2 명령어 자동완성 기능, Oh-My-Zsh autosuggestions (0) | 2023.09.18 |
[Git] pull, push 할 때 username, password 생략하기 (git-credential-cache 저장) (0) | 2023.08.03 |
[VSCode] 파일 항상 새탭으로 열기 (0) | 2022.11.07 |
[Windows] 윈도우 hosts 설정 방법 (메모장) (0) | 2022.10.27 |