git - 如何从 github pull 我的项目?

标签 git github

我在github上有一个我之前一直在做的项目。但是,我清空了我的计算机,我想知道我应该在我的用户名下调用哪个 git 命令来再次检查我的项目,以便我可以将我的最新更改推送到我帐户下的 github。

最佳答案

Git clone 是您要查找的命令:

git clone git@github.com:username/repo.git

更新: 这是官方指南: https://help.github.com/articles/fork-a-repo

看看: https://help.github.com/

它有非常有用的内容

关于git - 如何从 github pull 我的项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1408790/

相关文章:

git - 过滤器分支后相同提交的不同 SHA,当我 merge 到 dev 或 master 时它不会失败吗?我怎样才能防止这种情况发生?

git - 尝试通过 OvertheWire.org 上的强盗关卡 27。 Git 克隆不工作

git - 取消本地克隆的存储库与其 GitHub 来源的链接

git - pull 请求是 Git 的一部分,还是 GitHub、Gerrit 和 Atlassian Stash 等工具的一项功能?

node.js - 奇怪的 Bower/Git 错误(错误代码 #128,无法 chdir 到 'Y:/' )

Git Merge vs Rebase - 解决冲突

linux - 编译并安装选定版本的 git 后,如何强制共享主机使用我的版本?

github - 尝试将 webpack 推送到 gh-pages

html - 导入不适用于 github 页面的 Google API 字体

github - 如何对 GitHub 项目进行第二次 fork ?