摘要:
https://blog.csdn.net/cckavin/article/details/100094715 阅读全文
摘要:
删除缓冲区中的文件 git rm --cached "文件路径",不删除物理文件,仅将该文件从缓存中删除; git rm --f "文件路径",不仅将该文件从缓存中删除,还会将物理文件删除(不会回收到垃圾桶); 如果一个文件已经add到暂存区,还没有 commit,此时如果不想要这个文件了,有两种方 阅读全文
摘要:
忽然打开之前的 依稀记得是改动过用zsh,但是bash_profile没有到zsh下 想法1: 我要切换到bash chsh -s /bin/zsh 或者 sudo chsh -s /bin/zsh chsh -s /bin/bash 关闭命令窗口,重新开启一个终端 如果继续用哪个zsh了,而自己原 阅读全文
摘要:
brew install allure 阅读全文