参考资料

  1. 国内使用镜像站点加速
  2. gitee一般用在哪
  3. centos 7.6 如何安装中文货币所需的php82 语言环境
  4. 如何生成安全的随机盐值?JWT、HASH_SALT、哈希盐值
  5. git常用命令有哪些
  6. github干什么用
  7. 为什么用svn不用git
  8. Firefly III 无法格式化货币金额,因为您的服务器缺少必要的软件包

git常用命令有哪些

git init
git clone
git add
git commit -m
git status
git pull
git push
git branch
git checkout
git merge
git log
git diff
git reset
git stash
git tag
git fetch
git rebase
git remote
git config
git show
git rm