摘要: Command line instructions Git global setup git config --global user.name "张三" git config --global user.email "1111118@qq.com" Create a new repository 阅读全文
posted @ 2019-05-06 16:48 lishidefengchen 阅读(406) 评论(0) 推荐(0)
摘要: 好东西就要多用,vi/vim越用越喜欢了。 删除多行怎么办呢? 命令输入“:32,65d”,回车键,32-65行就被删除了。 阅读全文
posted @ 2019-05-06 10:18 lishidefengchen 阅读(2221) 评论(0) 推荐(0)