본문 바로가기

Computer

git tips

 1. change file list in git-snapshot
git diff HEAD --name-only [target]

2. download old revision source in git-snapshot
git reset <target_revision>




other tips: revert git repo, hooks

.