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
- NamedParameterNotBound
- mycp
- 자료구조
- junit
- @ModelAttribute
- designpattern
- Linux
- 쉬운 계단 수
- 점세개
- 10951
- 숫자야구
- createQuery
- 자바
- java
- 데코레이터패턴
- springboot
- 백준
- 전치행렬 #C
- Spring
- decorator
- pscp
- gradle
- 여러인수
- @Spring
- C
- @NotEmpty
- setParameter
- 10844
- BubbleSorting
- 디자인패턴
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 |