git

git denyCurrentBranch 에러

-샤리- 2020. 6. 24. 22:24

git server 에서

$ git init
$ git config --bool core.bare true
$ git config --add receive.denyCurrentBranch ignore

 

'git' 카테고리의 다른 글

Mac에서 github SSH Key 생성 및 설정하기  (0) 2022.01.19
git clone branch (브랜치 이름으로 내려받기)  (0) 2021.01.26
.gitignore가 제대로 관리되지 않을 때  (0) 2020.08.08
git branch clone  (0) 2019.11.13
git branch 삭제  (0) 2019.11.13