반응형
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
- java 버전 변경
- OpenFeign
- JUnit
- querydsl no sources given
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 스프링부트테스트
- java
- springboottest
- java 11
- java 여러개 버전
- parse
- No tests found for given includes
- el1008e
- springbatch error
- no sources given
- Java 1.8
- property or field 'jobparameters' cannot be found on object of type
- Medium
- java version
- java 1.8 11
- LeetCode
- yum install java
- mac os git error
- easy
- maybe not public or not valid?
- log error
- error
- springboot
- AWS CLI
- aws
Archives
- Today
- Total
목록git delete file commit (1)
쩨이엠 개발 블로그
[ git ] 삭제된 파일 commit
그냥 파일은 commit을 내부에서 잘 했는데 삭제된 파일이 어딜 가도 안보인다 $ git status를 했을 때 intellij 안에서는 commit으로 가도 얘가 안보였다 $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: (use "git reset HEAD ..." to unstage) deleted: iot_back/src/main/.DS_Store deleted: iot_back/src/main/java/.DS_Store deleted: iot_back/src/main/java/com/.DS_Store deleted: iot_back/src/main/java/co..
개발/ETC
2020. 5. 21. 11:54