전체 글144 gitlab Sign-up restrictions ### Gitlab Allow anyone to register for an account 비활성화 Admin Area -> Settings -> General -> Sign-up restrictions Sign-up enabled Disabled 시킨다. 2023. 12. 28. git to git migration - 2023 ### 2023년 git to git migration ## 원래 저장소 git clone --bare git@git주소/project.git cd project ## 신규 저장소 ### 신규 저장소 git remote add migration git@git주소:/project.git git push migration --mirror git push --all migration ### Migration 할 git에 Protected branches 에 보호 되어 있으면 해제하고 해야한다. 해당 Project -> Settings -> Protected branches 2023. 12. 28. gitlab sendmail 발송 #### gitlab se 설치 후, admin 환경에서 체크 Admin Area -> Settings -> General -> Sign-up restrictions Emailrestrictions 체크 Enable email restrictions for sign-ups save changes Settings -> General -> Sign-in restrictions save changes 2023. 12. 28. gitlab default branch name 변경 ### 2020년 10월 이후, default branch name이 main으로 변경됨에 따라, master로 변경하고 싶을 때 settings -> Repository -> Branch defaults master로 변경 후, Save Changes 2023. 12. 28. 이전 1 2 3 4 5 6 ··· 36 다음