데브옵스(DevOps)/Git & Github (3) 썸네일형 리스트형 Git Bash로 프로젝트 repository commit log 포함해서 개인 repository로 옮기기 * 내 github 계정에 read me없이 repository 생성하기 * 컴퓨터에 빈 폴더 생성 우클릭해서 Open Git Bash here git clone --mirror https://github.com/아이디/가져올repository이름.git 완료되면 cd 가져올repository이름.git git push --mirror https://github.com/아이디/생성한repository이름.git 만약에 아래와 같은 에러 뜨면 ! [remote rejected] refs/pull/1/head -> refs/pull/1/head (deny updating a hidden ref) * 컴퓨터에 빈 폴더 생성 우클릭해서 Open Git Bash here git clone --bare https:.. Git push 하기 결과 커밋 뒤에 코멘트 있는데 명령어가 별도로 있음 fix같은, 커밋한거 취소할 수 있는 명령어도 있음 Git 설치 https://git-scm.com/downloads 설치는 모두 기본값으로 했음 git bash에서 복사한 값 붙여넣기는 ctrl+ shift +insert 이전 1 다음