목록이것저것/git (1)
에라모르겠다(‘◇’)?

- git ignore 생성 https://www.toptal.com/developers/gitignore/ gitignore.io Create useful .gitignore files for your project www.toptal.com 사용하는 툴 + 운영체제 + 언어에 맞게 ignore생성 후 해당 프로젝트에 넣어줌 - 1. git 초기 init git init 해당 프로젝트 내 .git 이라는 폴더가 생성 됨 - 2. 원격 저장소 repository연결 git remote [ github 주소 ] - 3. repository에 올릴 파일 추가 git add . - 4. git commit git commit -m "first commit" "" 안에 commit 메시지는 원하는대로 변경 - ..
이것저것/git
2023. 5. 1. 03:28