摘要:
find commit by hash sha in git问题:I need to find a commit in Git by given hash SHA. For example, if I have "a2c25061" hash, and I need to get the autho... 阅读全文
摘要:
WCF - net.pipe vs. net.tcp vs. http Bindings问题:I'm new to WCF and would like to know the differences/advantages/limitations/etc of each of the followi... 阅读全文
摘要:
查看所有的标签git tag 删除某一个标签git tag -d tagName 创建带注释的标签 git tag -a tagName -m "annotate" 轻量级标签 git tag tagName 切换到某一个标签 git checkout tagName http://blog.csd 阅读全文
摘要:
git push warning questions This warning was introduced in Git 1.7.11 along with the simple style of pushing. The issue is that the current default, ma 阅读全文