git remote -v는 연결상태를 확인할때 쓰인다. change는 Commit 내용역할이 바뀐 드라이버가 Repository에서 pull5번부터 반복
git branch : 브랜치 확인git checkout -b 브랜치명 : 브랜치 생성 후 이동git status : 변경사항 확인git remote remove 리모트명 :원격 레포 삭제