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
- C
- 숫자야구
- gradle
- 쉬운 계단 수
- 여러인수
- pscp
- 디자인패턴
- 10951
- BubbleSorting
- createQuery
- Spring
- setParameter
- @NotEmpty
- designpattern
- @Spring
- 전치행렬 #C
- 백준
- 점세개
- mycp
- springboot
- 자바
- NamedParameterNotBound
- decorator
- 데코레이터패턴
- java
- junit
- Linux
- 10844
- @ModelAttribute
- 자료구조
Archives
- Today
- Total
...
Git 수정 파일 업로드 방법 본문
1. Error 해결을 위한 git config --global core.autocrlf true (내 컴퓨터는 windows)
warning: CRLF will be replaced by LF in some/file.file.
The file will have its original line endings in your working directory.
2. git add .
3. git status
4. git commit -m "msg"
5. git push origin master
'이것저것' 카테고리의 다른 글
Git : Commit Type 정리 (0) | 2022.07.25 |
---|---|
[IntelliJ/JAVA] static import 단축키 (0) | 2022.02.28 |
[리눅스 putty] 쁘띠 pscp 명령어로 리눅스 > 윈도우 파일 전송하기 (0) | 2021.11.13 |
[C언어] 식에 구조체 또는 공용체 형식이 있어야 합니다. (0) | 2021.11.12 |
Git 에 소스 코드 올리기 (0) | 2021.11.03 |
Comments