without haste but without rest

git branch 이름 수정 본문

Scrap

git branch 이름 수정

JinungKim 2022. 5. 19. 09:51
 

How do I rename a local Git branch?

I don't want to rename a remote branch, as described in Rename master branch for both local and remote Git repositories. How can I rename a local branch which hasn't been pushed to a remote reposit...

stackoverflow.com

 

git branch -m <oldname> <newname>

 

'Scrap' 카테고리의 다른 글

사용하지 않는 도커 컨테이너 한번에 제거하기  (0) 2022.06.07
Shard vs Partition  (0) 2022.05.24
Dependency Injection  (0) 2022.05.09
semantic versioning  (0) 2022.05.06
AWS VPC  (0) 2022.04.14
Comments