Notice
Recent Posts
Recent Comments
준호씨의 블로그
git rm 으로 지운 특정 파일 되돌리기. 동영상 포함 본문
반응형
요약하자면 다음과 같다.
git checkout HEAD filename
checkout 커맨드로 삭제한 파일을 되돌릴 수 있다.
단순히 수정만 한 파일이면 다음과 같이 되돌릴 수 있다.
git checkout filename
동영상을 보자
반응형
'개발이야기' 카테고리의 다른 글
git 특정 tag clone 하기. git clone -b <tag> <repository> (1) | 2016.03.30 |
---|---|
apache commons cli 로 command line argument option 사용하기 (0) | 2016.03.17 |
Windows 10 에 telnet 설치하기 (0) | 2016.03.07 |
ansible 을 이용해서 python-simplejson 설치 (0) | 2016.03.01 |
ansible 과 python 버전. 오래된 서버에 ansible 환경 세팅하기 (0) | 2016.02.21 |
Comments