Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 470 Bytes

File metadata and controls

39 lines (24 loc) · 470 Bytes

git-subtree

깃 서브트리 사용하기


desc

  • git subtre

inst

basic

  • use below command in terminal to split a project to new branch :

📁 terminal

git subtree split --prefix=<folder name> -b <branch name>

dep

  • git

ref

tags

#git, #terminal, #git subtree