git 알지만 모르는 그대랄까? 다시 알아가보자... branch 생성 git branch git branch feature branch 목록 git branch branch 전환 git switch git switch feature branch 삭제 git branch -d git branch -d feature 힌트: 현재 브랜치의 끝이 리모트 브랜치보다 뒤에 있으므로 업데이트가 거부되었습니다. git push origin --force git push origin feature --force 원격 저장소 내용으로 업데이트 원격 저장소 확인 git remote -v ![](https://velog.velcdn.com/images/hackjoong/post/a1bd4ba7-486b-4136-9b89-dd9cd0c0707b/