随笔分类 -  git

摘要:1、安装依赖包 yum -y install policycoreutils openssh-server openssh-clients postfix 3、开启postfix postfix支持gitlab发信功能,设置postfix开机自起 systemctl enable postfix & 阅读全文
posted @ 2021-01-22 10:36 jentary 阅读(93) 评论(0) 推荐(0)
摘要:1.删除文件:先删除本地缓存,重新加到缓存区,重新提交 git rm -r --cached . git add . git commit -m 'update .gitignore' git push origin master 2.初始化提交项目 Git 全局设置 git config --gl 阅读全文
posted @ 2020-09-08 10:23 jentary 阅读(160) 评论(0) 推荐(0)