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 |
Tags
- POJ
- graph modeling
- flows
- Algospot
- Dag
- 백준
- Cycle detecting
- hashing
- implementation
- Sieve_of_Eratosthenes
- Segment Tree
- backtracking
- Euler path
- CS Academy
- BFSDFS
- dynamic programming
- bitmask
- GCD
- Greedy
- Eulerian path
- Eulerian circuit
- Euler circuit
- BST
- DynamicProgramming
- BOJ
- Shortest path
- disjoint-set
- mathematics
- graph
- scc
Archives
- Today
- Total
그냥 하는 노트와 메모장
git diff/ difftool 본문
* git diff
git diff
워킹 디렉터리와 stage와 비교한다.
--staged/ --cached 옵션
stage와 commit된 데이터(HEAD)를 비교한다.
--staged옵션과 --cached옵션 결과는 동일하다.
* git difftool
GUI 비교툴을 호출한다. 보통 vimdiff 또는 emerge를 사용한다.
'Git bash' 카테고리의 다른 글
Branch (Ongoing) (0) | 2018.05.03 |
---|---|
git term (Ongoing) (0) | 2018.04.17 |
git reset (0) | 2018.04.17 |
git commit (0) | 2018.04.17 |
git rm (0) | 2018.04.17 |
Comments