摘要:
写文档的时候一般需要解释说明目录的结构,可以使用 tree 命令获取目录的树形结构图 mac下安装 tree brew install tree centos 下安装 yum -y install tree 效果 tree 命令还有很多参数 (1)tree -a 显示所有文件和目录 (2)tree 阅读全文
摘要:
使用下面的关系区别下面这两个操作: git pull = git fetch + git merge git pull --rebase = git fetch + git rebase 现在我们有这样的两个分支,test和master,提交如下: D E test / A B C F master 阅读全文
摘要:
执行 docker run 命令遇到了以下错误 docker: Error response from daemon: Conflict. The container name "/lnmp" is already in use by container "329e*******". You hav 阅读全文