"Git checkout"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
1번째 줄: 1번째 줄:
==개요==
==개요==
;git checkout
;git checkout
* 작업디렉토리와 스테이징영역의 차이를 확인하는 [[git 명령어]]
* 작업디렉토리와 스테이지 영역의 차이를 확인하는 [[git 명령어]]


==실습==
==실습==

2016년 4월 10일 (일) 20:50 판

1 개요

git checkout
  • 작업디렉토리와 스테이지 영역의 차이를 확인하는 git 명령어

2 실습

root@zetawiki:~/workspace/hello# cat greet.txt
hello world
good morning
root@zetawiki:~/workspace/hello# git checkout HEAD greet.txt
root@zetawiki:~/workspace/hello# cat greet.txt
hello world

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}