参考资料

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

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