// 初始化仓库git init // 拷贝源码文件到当前的“空目录”,将当前目录添加到仓库 git add .
// 然后提交变更 git commit -m '初始化仓库' // 与远端仓库建立连接 git remote add origin https://esquel.visualstudio.com/FCSS/_git/backend // 将本地作为origin提交到远端git push -u origin --all
Powered by: 博客园 Copyright © 2024 WinChance Powered by .NET 9.0 on Kubernetes