출처
1. Git manual
2. Stackoverflow(local log 조회)
3. Stackoverflow(remote log 조회)
Local에서 작업중인 경우 조회하는 방법
# 전체 이력 및 수정했던 사항 조회해서 파일에 기록
% git --no-pager log -p > git_history_dump
다른 repository의 Log 조회하는 방법 (예시: Selenium-Requests)
# 다른 repository의 이력 및 변경사항 조회해서 파일에 기록
% git clone --bare https://github.com/cryzed/Selenium-Requests Selenium-Requests
% cd Selenium-Requests
% git log -p > git_history_dump
반응형
'기타' 카테고리의 다른 글
[mutt email client] Gmail을 command line에서 사용하도록 설정 (단일 계정) (9) | 2017.12.26 |
---|---|
SIP Application 명령어 코드 (RFC4740) (9) | 2017.12.19 |
[MYSQL] Join 치트쉬트 (9) | 2017.09.11 |
.vimrc 설정하기 (set) (10) | 2017.04.25 |
.vimrc 설정하기 (10) | 2017.04.24 |