You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
개발 환경을 준비해요!
HTML과 CSS를 다룰 IDE 와 Github Desktop 이 필요해요.
Github JAVA-ggwak-java 조직에 리포지토리를 만들어요!
앞으로 그 리포지토리에서 프로젝트를 다룰 거예요.
2번에서 만든 리모트 리포지토리를 로컬로 클론해요! Github Desktop 에서 clone repository 를 이용하면 컴퓨터에 리포지토리를 저장할 수 있어요.
리포지토리 내에서 새 branch를 만들어요.
리포지토리를 만들면 기본적으로 하나의 브랜치가 생겨요(main). 이 브랜치와 더불어 새 브랜치가 필요해요!
새 브랜치 이름은 dev, test 등 자유롭게 지어주세요!
명심하세요! 앞으로 작업은 새로 만든 브랜치에 올려야 해요. main 브랜치에서 작업하면 나중에 코드리뷰가 골치아파져요...