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 | 31 |
Tags
- fetch
- styled components
- API token
- github
- API 토큰
- react typescript
- Git
- ngrok실행
- createGlobalStyle
- nextjs
- git lab
- typescript react
- getModifierState
- react
- icon
- There isn’t anything to compare
- ngrok설치
- input type=file
- github io
- rewrites
- SCSS
- dart 변수
- nextjs .env
- CSS
- bootstrap
- npm styled-reset
- 컨디셔널 렌더링
- react env
- next.js css
- nextjs 설치
Archives
- Today
- Total
꾸준히 성장하는 개발자
[Git] 이미 푸시된 파일 .gitignore 넣어서 되돌리기 본문
깃헙에 올리지 않고 관리해야 하는 파일이 이미 푸시해버리고
나중에 .gitignore에 추가하고 올라간 파일을 되돌리고 싶을때
한번 겪고 잊지 않기 위해 정리한다.
git rm -r --cached .
git add .
git commit -m '커밋 메시지'
git push
'Git' 카테고리의 다른 글
[Git 에러] remote: Permission to denied to The requested URL returned error: 403 (0) | 2023.08.03 |
---|---|
[Git 에러] There isn’t anything to compare. entirely different commit histories. (0) | 2022.07.27 |
git commit -m ? git commit ? (0) | 2022.06.22 |
[Git 에러] remote: HTTP Basic: Access denied fatal: Authentication failed for (0) | 2022.06.13 |
[Git] Github Fork / git flow / Pull Request (0) | 2022.05.31 |