반응형
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
- ssl이란?
- java 11
- No tests found for given includes
- Java 1.8
- aws
- 스프링부트테스트
- mysql executequery error
- error
- yum install java
- springboottest
- java 여러개 버전
- Medium
- JUnit
- easy
- java
- java version
- xcrun: error: invalid active developer path
- mac os git error
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- statement.executequery() cannot issue statements that do not produce result sets.
- java 버전 변경
- LeetCode
- springboot
- java 1.8 11
- ssl프로토콜확인
- parse
- AWS CLI
- OpenFeign
- log error
- tls프로토콜확인
Archives
- Today
- Total
목록git 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