随笔分类 -  开发工具

摘要:[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell]@="Git Ba&sh Here"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell\comman... 阅读全文
posted @ 2015-10-11 13:27 oO脾气不坏Oo
摘要:最近一段一直使用sublime进行golang开发,整体感觉很不错,虽然比不上eclipse之类IDE强大,但是用起来很轻巧便捷,开发golang完全做够了。由于有一部分代码复用率很高,经常要用到,而自己记性特别差也懒得每次自己敲,就希望能够像其他IDE的插件那样能直接插入代码模板,于是就研究了下sublime的插件开发。 阅读全文
posted @ 2014-07-27 13:39 oO脾气不坏Oo 阅读(2053) 评论(0) 推荐(1)
摘要:Git配置git config --global user.name "robbin" git config --global user.email "fankai@gmail.com"git config --global color.ui truegit config --global alias.co checkoutgit config --global alias.ci commitgit config --global alias.st statusgit config --global alias.br branchgit config - 阅读全文
posted @ 2014-03-11 21:06 oO脾气不坏Oo 阅读(201) 评论(0) 推荐(0)