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