Computer
git tips
짜라
2012. 6. 11. 19:07
1. change file list in git-snapshotgit diff HEAD --name-only [target] 2. download old revision source in git-snapshot git reset <target_revision> other tips: revert git repo, hooks |