git常用操作 将已存在文件夹上传到git1234567891011121314151617# 初始化仓库git init # 添加远程仓库git remote add origin http://xxxx.git # 添加所有文件git add ....