branch 이름을 feature/[name] 으로 관리중인데 자꾸 featrue 로 오타를 치게되더라... true 에 손이 익어서인가...
아무튼 그래서 이름 변경하는 법.
$ git branch -m [변경할_branch] [변경할이름_branch]
그럼 이렇게 쓰면 되겠다
$ git branch -m featrue/issue#1 feature/issue#1
'Dev > Git' 카테고리의 다른 글
[Git] 모든 브런치 삭제하기 (17) | 2020.08.18 |
---|---|
[Git] gitignore 자동 생성하기 (12) | 2020.05.24 |
[Git] 가장 최근 commit 파일, 메세지 내용 수정 (14) | 2020.05.20 |
[Git] Gitlab ssh key 등록하기 (windows) (10) | 2020.05.02 |
[Git] pull, push 시 username, password 생략하기 (git-credential-cache) (32) | 2020.04.23 |