Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个新的 spring maven 项目,我想上传到 github,以便其他人可以分享和更新它。
我在 github 上做了一个 repo,我的项目都被编码了。但我不知道我必须在我的 mac 上运行的命令才能将我的代码放入 github 上的 repo
下载源树。是炸弹。
只需git clone YourRepoName在命令行上执行。
git clone YourRepoName
(或者如果你有一个特定的分支git clone YourRepoName -b YourBranchName)
git clone YourRepoName -b YourBranchName
然后只需将克隆的目录文件从查找器窗口拖到 sourceTree 中。它会识别出这是一个 git repo。然后只需将当前项目放入目录并提交即可。然后确保你做了一个推动和你的好去。
如果你有麻烦,请告诉我。