common
소스 파일과 폴더가 많은 폴더 를 만들었습니다 .
이제 common
폴더를 폴더로 옮기고 include
싶습니다.include/common
나는 이것을 시도했다 :
git add include
git mv common/ include/
하지만이 오류로 실패합니다
치명적 : 잘못된 소스, source = myrepo / common, destination = myrepo / include
시도
git mv common/ include/common
했지만 같은 오류가 발생합니다.
이것을 달성하는 방법에 대한 아이디어가 있습니까?