Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- gh-pages
- qoddi
- .eslintrc
- aws-sdk
- hooks
- package.json
- s3
- 클린코드
- 반응형
- Next.js
- react
- fly.io
- node.js
- dependabot
- dependencies
- CSS
- Web Storage
- multer-s3
- bucket
- react18
- createRoot
- npm-check-updates
- 배포
- php
- naver api
- AWS
- Github Pages
- heroku
- touch event
- GitHub
Archives
- Today
- Total
목록Git (1)
Ann's log

새로 배울때마다 계속 해서 업데이트 할 예정. Git 저장소 초기화 git init Git config list 보기 (사용자 이메일, 이름 등의 정보를 볼 수 있음) git config --list 전역적으로 사용자 이름 정보 변경하기 git config --global user.name "사용자이름" 전역적으로 사용자 이메일 정보 변경하기 git config --global user.email "이메일 주소" GitHub 원격 저장소 추가하기 git remote add origin https://github.com/[github 계정 이름]/[저장소 이름].git 기존 저장소 remote 제거하기 git remote remove origin 모든 파일의 변경 사항을 git에 추가하기 (.gitign..
Git
2022. 3. 10. 18:16