摘要:
答: git log --name-only --format='' 阅读全文
posted @ 2019-11-14 17:40
Jello
阅读(1639)
评论(0)
推荐(0)
摘要:
答: 直接将https修改为http即可, 如: $ git clone https://github.com/Jello_Smith/my-example.git -> git clone http//github.com/Jello_Smith/my-example.git 阅读全文
posted @ 2019-11-14 16:57
Jello
阅读(5483)
评论(0)
推荐(0)
摘要:
答: 往~/.bashrc中加入以下内容即可: LS_COLORS='no=00:fi=00:di=01;33;40:ln=01;36;40:' export LS_COLORS 阅读全文
posted @ 2019-11-14 16:08
Jello
阅读(583)
评论(0)
推荐(0)