728x90 git 연동2 git branch 2개(main, master) 생성될 시 해결법 원격 저장소(git)에 로컬저장소(내컴퓨터)의 파일을 연동했는데, branch가 2개 생기는 상황 왼쪽과 같이 분명히 master에 push 했는데, 이미 default가 main이 생기는 상황이 있음. 원인은 원격저장소(git)에서 처음에 repository를 생성시 Readme.md를 같이 생성하도록 했기 때문임. # 만약에 이미 있는 2개의 branch에서 main branch만 제거하고, master branch만 남기고 싶을 경우에는 다음과 같이 수행. setting 들어가서, 그리고 위의 "2 branches" 아이콘 클릭해서 main branch 제거하면 됨. 2023. 7. 12. git 연동 : 원격저장소(git) <-> 로컬저장소(내컴퓨터) 1. 우선, github 로그인해서 원격 저장소 생성 후 "html" 주소를 가져온다. 2. git bash 다운 https://git-scm.com/downloads - windows -> 64bit Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp git-scm.com .. 2023. 7. 12. 이전 1 다음 728x90