2023年6月27日

wiki 搭建

摘要: ##### 下载镜像 ```docker sudo docker search confluence #搜索jenkins 镜像 ``` ##### 拉取最新版本 ```docker sudo docker pull atlassian/confluence:latest ``` ##### 运行容 阅读全文

posted @ 2023-06-27 23:00 暗林 阅读(110) 评论(0) 推荐(0)

Git 常用场景

摘要: 克隆代码 git clone Url(git库的url) git clone http://github.com/XXXXXXXXXX 提交代码 添加到暂存区 git add . 或者文件名 git add FileName 提交代码 git commit -m "注释内容" 推送代码 git pu 阅读全文

posted @ 2023-06-27 22:50 暗林 阅读(13) 评论(0) 推荐(0)

导航