标签:stage include tag git log clu director work 常用 compare
git diff : compare working directory and staged file ( by git add)
git diff --stage: compare staged file with file on the server
git diff HEAD: compare working directory and file on the server
git show $commit --stat : show which files included for $commit
git log -p file : show commit history for file
标签:stage include tag git log clu director work 常用 compare
原文地址:http://www.cnblogs.com/hugb/p/git.html