摘要:
答:git format-patch <base commit id>..<latest commit id> 如git log输出以下内容: commit 2222222 yes commit 11111111 no commit 0000000 yesorno 那么base commit id= 阅读全文
posted @ 2019-03-12 19:13
Jello
阅读(4540)
评论(0)
推荐(0)
摘要:
答:默认为蓝色,在黑色背景下无法看清楚,因此以以下方法修改; 1.往~/.bash_profile文件中添加以下内容: 嫌麻烦就用以下命令直接写入~/.bash_profile文件中: echo "export LS_COLORS='no=00:fi=00:di=01;33:ln=01;36:pi= 阅读全文
posted @ 2019-03-12 18:15
Jello
阅读(549)
评论(0)
推荐(0)
摘要:
答: 1.获取配色方案 git clone git://github.com/altercation/vim-colors-solarized.git ~/.vim/bundle/vim-colors-solarized (wget https://github.com/altercation/vi 阅读全文
posted @ 2019-03-12 17:25
Jello
阅读(431)
评论(0)
推荐(0)
摘要:
答:grep "jello$" 如:git branch输出以下内容: yes-jello-good yes-jellos yes-jello 那么使用以下命令只能过滤出一行: $git branch | grep "jello$" yes-jello 阅读全文
posted @ 2019-03-12 15:28
Jello
阅读(9776)
评论(0)
推荐(0)