标签:远程 end meta 分支管理 focus data with exp class
# 列举所有配置
git config -l
# 配置本地仓库的人员姓名
git config --global user.name "<your name>"
# 配置本地仓库的人员email
git config --global user.email <your email>
# 将 < > 忽略
首先,该行为是建立在计算机已经安装好了git分布式代码托管程序
使用git命令行
git remote -v 查看已经建立的远程连接
git remote add origin "https网址"
标签:远程 end meta 分支管理 focus data with exp class
原文地址:https://www.cnblogs.com/harlanishere/p/13377609.html