티스토리 뷰
add 취소하기 : staged 상태를 unstage 로 변경
$ git restore --staged {파일명}
$ git restore --staged ../batch/src/main/kotlin/com/beside/backend/batch/job/wisesaying/WiseSayingJobConfiguration.kt
$ git status
On branch daeun
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: ../api/src/test/kotlin/com/beside/backend/api/service/emotion/EmotionServiceTest.kt
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: ../api/src/main/kotlin/com/beside/backend/api/service/writingtopic/WritingTopicService.kt
modified: ../batch/src/main/kotlin/com/beside/backend/batch/job/wisesaying/WiseSayingJobConfiguration.kt
Untracked files:
(use "git add <file>..." to include in what will be committed)
../api/src/test/kotlin/com/beside/backend/api/ApiApplicationTest.kt
반응형
'etc > git' 카테고리의 다른 글
git rebase 사용한 후에 변경사항을 원격 브랜치에 push 하는 법 (0) | 2023.05.25 |
---|---|
[GIT] branch 이름 변경 (0) | 2023.02.15 |
[GIT] stash로 파일 임시저장하기 + 특정 파일만 임시 저장 (0) | 2023.02.12 |
[GIT] Branch 생성, 체크아웃, 삭제 (0) | 2023.02.12 |
[GIT] not staged 상태의 파일 수정사항 없애기 (Changes not statged for commit: ) (0) | 2023.02.04 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 배열
- 스프링 스케줄링
- MongoDB
- Java
- checkout
- Spring Security
- FetchJoin
- 자바 어플리케이션 실행 과정
- Cannot construct instance of
- MultipleBagFetchException
- junit5
- ChatGPT
- bucket4j
- 오블완
- 추상클래스
- QueryDSL
- Kotlin
- array
- Linux
- port
- n+1
- jvm warm-up 전략
- dto 클래스 생성자
- addFilterBefore
- 티스토리챌린지
- redisson 분산락
- JPA
- 스프링오류
- spring boot 3
- Git
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함