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
- 리눅스
- PyQt5
- MySQL
- node.js
- Linux
- 함수
- tensorflow
- urllib
- Unity
- IOS
- pandas
- 날짜
- javascript
- swift
- flutter
- GIT
- python
- 라즈베리파이
- 다이어트
- port
- PER
- Excel
- ubuntu
- ASP
- sqlite
- MS-SQL
- mssql
- 맛집
- 유니티
- 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