05 2023 档案
摘要:新建的git仓库同步旧的git仓库代码,并保留git提交历史记录 git remote add $源名称$ 仓库地址 例如: git remote add abc git@gitlab.xxx.org:xxx/abc.git 然后需要将新建的源代码pull到本地,注意需要添加allow-unrela
阅读全文
摘要:pwd 显示工作路径 shutdown -h now 关闭系统 /halt 关闭系统 shutdown -r now 重启 / reboot 重启 systemctl stop firewalld 关闭防火墙 ip addr 查看ip地址 1、cd命令:这是一个非常基本,也是大家经常需要使用的命令,
阅读全文