77posts
办法git rm -r --cached .
git add .
git commit -m "fixed untracked files"
常用到行首 ctrl + a到行尾 ctrl + e删除本行ctrl + u标签
新建标签:command + t
关闭标签:command + w
切换标签:command + 数字 command + 左右方向键
切换全屏:command + enter
查找:com......
演进
虚拟机 -> linux 容器
启动速度变快,体积变小,资源占用占用变少,冗余步骤减少
命令docker image pull library/hello-world