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
- sqlite
- MySQL
- 함수
- 라즈베리파이
- PER
- MS-SQL
- Excel
- python
- Unity
- GIT
- port
- mssql
- ASP
- flutter
- node.js
- ubuntu
- urllib
- 유니티
- 맛집
- IOS
- pandas
- PyQt5
- javascript
- 날짜
- tensorflow
- swift
- Linux
- 다이어트
- 리눅스
- PyQt
Archives
아미(아름다운미소)
Git : diff 명령어 정리 본문
diff
unstaged와 staged의 비교
git diff
git diff --check # 충돌 문자가 있거나 공백 에러가 있는지 확인
staged와 commited의 비교
git diff --cached
git diff --staged
'랭귀지 > Git' 카테고리의 다른 글
Git : pull 명령어 정리 (0) | 2018.08.07 |
---|---|
Git : log 명령어 정리 (0) | 2018.08.06 |
Git : config 명령어 정리 (0) | 2018.08.04 |
Git : clone 명령어 정리 (0) | 2018.08.03 |
Git: blame 명령어 정리 (0) | 2018.08.02 |
Comments