git3 이클립스에서 git bash(커맨드창, 터미널) 사용하기 https://codedragon.tistory.com/7547 eclipse 에서 terminal 사용하기 - Terminal 창 오픈하기, Git Terminal 사용하기, cmd Terminal 사용하기 eclipse 에서 terminal 사용하기 · Terminal 창 오픈하기 · Git Terminal 사용하기 · cmd Terminal 사용하기 Terminal 창 오픈하기 메뉴: [Window] >> [Show.. codedragon.tistory.com 2022. 4. 5. 에러 모음 https://mmol.tistory.com/entry/%EA%B9%83%ED%97%88%EB%B8%8C-does-not-have-a-commit-checked-out-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95 깃허브) does not have a commit checked out 에러 해결방법 이 에러는 해당 로컬 리포지토리 안의 다른 디렉토리(폴더)에 .git이 있기 때문에 발생하는 현상입니다 흔히 한개의 폴더 안에 여러 개의 프로젝트를 넣어서 관리하는데 이때 최상위 폴터에 로컬 mmol.tistory.com https://blog.naver.com/PostView.nhn?isHttpsRedirect=true&blogId=angelkim88&l.. 2022. 2. 28. git command line 사용해서 git에 push하기 1. git init 프로젝트명 2. git remote add origin https://github.com/git계정/프로젝트명 3. github 로그인하고 repository - new 통해서 repository 생성 4. . 은 현재 있는 디렉토리 전부 올리겠단 뜻 git add . 5. git commit -m "적을 코멘트" 6. git push -u origin master 현재의 프로젝트의 repository 가 없는 상태임 현재 프로젝트로 git 폴더가 생성된 레포지토리에 초기화가 빔(?) 2번 하기 전과 후 2022. 2. 28. 이전 1 다음