摘要: #!/bin/bash # This script creates a .zip backup of gitea running inside docker and copies the backup file to the backup directory echo "Delete older b 阅读全文
posted @ 2023-04-18 13:56 MasonLee 阅读(89) 评论(0) 推荐(0)
摘要: 简易的命令行入门教程: Git 全局设置: git config --global user.name "Mason" git config --global user.email "xx@qq.com" 创建 git 仓库: mkdir test3 cd test3 git init touch 阅读全文
posted @ 2023-04-18 11:21 MasonLee 阅读(25) 评论(0) 推荐(0)