(GIT)Default Branch / Remote Repository 복제하기

지며리·2023년 1월 11일
0
post-thumbnail
post-custom-banner

실습환경 만들기

  • github 로그인 상태 > new

  • 이름설정/private/add a readme file/ add gitignore(python) > create repository


Default Branch

1. remote repository 생성 후 이름 변경

  • 만든 repository 들어가면 master가 아니라 main으로 이름이 지정되어 있다.
  • 변경할 이름은 협업하는 사람들과 논의된 이름이어야 한다.
  • Default Branch를 main에서 master로 바꿔보자.
  • main > view all branches > 연필모양 > 이름변경> rename branch

2. remote repository 생성부터 지정된 이름으로 생성

  • 계정 아이콘 클릭 > settings
  • repositories > repository default branch에 이름 변경 후 update

Remote Repository 복제하기

  • remind) 이전에 local과 remote 연동하는 방법
    • 동일한 이름의 폴더를 local에서 생성
    • Git init으로 해당 폴더 초기화
    • Remote Repository 등록
    • Remote Repository 내용을 Pull
  • 4가지 step을 git clone 으로 한번에 실행 가능

profile
쉽고 유익하게 널리널리
post-custom-banner

0개의 댓글