上一页 1 ··· 355 356 357 358 359 360 361 362 363 ··· 399 下一页
摘要: 查看所有的标签git tag 删除某一个标签git tag -d tagName 创建带注释的标签 git tag -a tagName -m "annotate" 轻量级标签 git tag tagName 切换到某一个标签 git checkout tagName http://blog.csd 阅读全文
posted @ 2015-08-24 22:50 ChuckLu 阅读(15804) 评论(0) 推荐(2)
摘要: Learning WCF Download Example Code 第一个压缩文件LearningWCF.zip是VS2005创建的项目,不要下载这个。 建议下载VS2008版的,以及Media 阅读全文
posted @ 2015-08-24 16:35 ChuckLu 阅读(232) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2015-08-24 13:39 ChuckLu 阅读(420) 评论(0) 推荐(0)
摘要: Redundant Call to Object.ToString()The + operator for string is overloaded to call String.Concat passing in the left and right side of the expression.... 阅读全文
posted @ 2015-08-24 11:18 ChuckLu 阅读(1868) 评论(0) 推荐(0)
摘要: Specify a culture in string conversion explicitly There are different methods of grouping symbols, like 1000; 1 000 and 1'000. Besides there are diffe 阅读全文
posted @ 2015-08-24 10:55 ChuckLu 阅读(550) 评论(0) 推荐(0)
摘要: Benefits of Cold Showers: 7 Reasons Why Taking Cool Showers Is Good For Your HealthMost of us have been caught in that skin-cringing, and often dreade... 阅读全文
posted @ 2015-08-24 09:26 ChuckLu 阅读(385) 评论(0) 推荐(0)
摘要: https://medium.com/life-learning/how-creating-a-meaningful-morning-routine-will-make-you-more-successful-1b7372655938When I first heard friends talk a... 阅读全文
posted @ 2015-08-24 09:18 ChuckLu 阅读(248) 评论(0) 推荐(0)
摘要: 1.第一种方法git gui菜单栏上repository-->visual all branch history或者直接使用命令gitk --all2.在git bash中,使用命令查看git log --graph --all【命令行查看不太适合相差太大的分支,分支的共同父节点和分支的当前节点隔开... 阅读全文
posted @ 2015-08-21 17:03 ChuckLu 阅读(24603) 评论(0) 推荐(0)
摘要: http://code.tutsplus.com/tutorials/rewriting-history-with-git-rebase--cms-231911. Rebasing for a Linear HistoryThe first use case we'll explore involv... 阅读全文
posted @ 2015-08-21 14:35 ChuckLu 阅读(394) 评论(0) 推荐(0)
摘要: 在develop分支上rebase另外一个分支master,是将master作为本地,develop作为远端来处理的。 最后的效果是,develop分支看起来像是在master分支的最新的节点之后才进行开发的 develop分支上的commit记录 Administrator@LuJunTao MI 阅读全文
posted @ 2015-08-21 13:55 ChuckLu 阅读(12641) 评论(0) 推荐(2)
上一页 1 ··· 355 356 357 358 359 360 361 362 363 ··· 399 下一页