从本地更新已有项目到github

1.安装git之后,直接右击需要更新的项目Git Bush Here 2.git add .(git add 空格+点.) 3.git commit - m "更新信息" 4.git remote rm origin(如果没有这一步直接下一步会提示错误fatal: remote origin already exists.) 5.git remote add origin    ssh或者HTTP
相关文章
相关标签/搜索