2018年4月18日
摘要: 转载地址: https://blog.csdn.net/kkkkkxiaofei/article/details/41483039 情景1:多人协作之如何建立本地分支? 假若你已经clone了别人的仓库并且需要修改,最好的办法是建立自己的分支然后在合并,具体步骤如下: 1.建立一个自己的分支 git 阅读全文
posted @ 2018-04-18 16:51 细雨微光 阅读(434) 评论(0) 推荐(0)
摘要: 在linux 中查看文件编码可以通过以下几种方式: 一、查看文件编码 1、查看文件编码file命令 :file ip.txt ip.txt: UTF-8 Unicode text, with escape sequences 2、在vim中可以直接查看文件编码 :set fileencoding 即 阅读全文
posted @ 2018-04-18 11:51 细雨微光 阅读(3196) 评论(0) 推荐(1)