随笔分类 - git
摘要:1、安装依赖包 yum -y install policycoreutils openssh-server openssh-clients postfix 3、开启postfix postfix支持gitlab发信功能,设置postfix开机自起 systemctl enable postfix &
阅读全文
摘要:1.删除文件:先删除本地缓存,重新加到缓存区,重新提交 git rm -r --cached . git add . git commit -m 'update .gitignore' git push origin master 2.初始化提交项目 Git 全局设置 git config --gl
阅读全文