`
chriszeng87
  • 浏览: 738336 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

更新github的repository

    博客分类:
  • Git
阅读更多

When you fork GitHub repository, you usually want to have your fork up to date with the original repository.
You can update your fork in a few easy steps. Just look at the following example of the Git commands:

 

1234567891011121314151617181920
# Original post: http://stackoverflow.com/a/7244456
 
# Add the remote, call it "upstream":
 
git remote add upstream https://github.com/whoever/whatever.git
 
# Fetch all the branches of that remote into remote-tracking branches,
# such as upstream/master:
 
git fetch upstream
 
# Make sure that you're on your master branch:
 
git checkout master
 
# Rewrite your master branch so that any commits of yours that
# aren't already in upstream/master are replayed on top of that
# other branch:
 
git rebase upstream/master

 

Original StackOverflow post with this solution can be found here: http://stackoverflow.com/a/7244456.

分享到:
评论

相关推荐

    GitHub Repository Classifier GitHub 存储库分类器.pdf

    ### 关于GitHub Repository Classifier(GitHub存储库分类器) 随着信息技术领域的快速发展,新的编程语言、框架以及问题解决方法几乎每天都在涌现。作为一名IT行业的专业人士——无论您是学生、科学家还是软件...

    Python-GitHubRepository卡片生成器

    【Python-GitHubRepository卡片生成器】是一种工具,它允许开发者和用户自动生成关于GitHub仓库的精美卡片,这些卡片可以嵌入到个人网站、博客或其他Web页面上,以展示项目信息,增强视觉效果并提高项目的可见性。...

    GitHub库大小「GitHub Repository Size」-crx插件

    自动将存储库大小添加到...##现在支持目录大小##通过Github令牌支持私有存储库请按照以下说明在私有存储库上启用此扩展:https://github.com/harshjv/github-repo-size#private-repository有关更多详细信息,请访问...

    GitHub Repository Cleaner-crx插件

    **GitHub Repository Cleaner-crx插件详解** GitHub Repository Cleaner-crx是一款专为Google Chrome浏览器设计的扩展程序,旨在帮助用户更方便地管理他们的GitHub仓库。在默认情况下,GitHub的仓库页面并未提供...

    Github repository navigation-crx插件

    **GitHub Repository Navigation CRX 插件详解** GitHub Repository Navigation CRX 是一款专为方便用户在GitHub平台上快速浏览和导航用户及他们的存储库而设计的浏览器扩展。这款插件旨在提高开发人员和其他GitHub...

    GitHub-Repository-Export-List:Python

    然后: $ git clone https://github.com/BaseMax/GitHub-Repository-Export-List/$ cd GitHub-Repository-Export-List$ python export.py > output.html 您可以在观看/查看在output.html中生成的示例HTML。...

    raiden:GitHub Repository Cleaner

    Raiden-简单的GitHub Repository Cleaner 说明文件: Raiden是一个简单的GitHub Repository Cleaner 按名称或创建时间清除旧发行版 清理旧树枝 清理旧的请求 安装 $ go get github.com/suusan2go/raiden 用法 ...

    repository-dispatch:创建存储库分配事件的GitHub动作

    github.repository (当前存储库) event-type (必需)自定义的Webhook事件名称。 client-payload JSON有效负载,其中包含有关您的操作或工作流可能使用的webhook事件的额外信息。 {} token 此操作将创建...

    GitHubRepository:第一个GitHub存储库

    【GitHubRepository:第一个GitHub存储库】是初学者进入开源世界的重要步骤,也是软件开发者协作开发项目的起点。在本文中,我们将深入探讨与GitHub仓库相关的知识,以及如何利用它进行Java项目管理。 首先,GitHub...

    GitHubRepository

    GitHubRepository

    vrepository:GitHub Repository API的V包装器

    储存库GitHub Repository API的V包装器

    github-repository:GitHub Repository Web组件

    <github>安装如果需要,可使用Polyfill标签。 这将包括ShadowDOM和自定义元素支持。 [removed][removed]加载此组件。 使用特定版本而不是latest版本是一个好主意。 [removed]</

    GithubWebhooker:基于web.py开发的Github自动部署工具

    GithubWebhooker这是由Kinosang's Labs开发的Python(Web.py)项目本项目可以在您更新Github Repository时对您的程式进行自动部署Branch: Stable是该项目的稳定版(通过了较长时间的检验)。 Master是该项目的一般版...

    Github共享库「Github Share Repository 」-crx插件

    Github的共享库提供了一个灵活的方式来分享Github的存储库轻松Twitter,HackerNews,Reddit等。 这个扩展允许你分享任何Github存储库到社交媒体。 它只在资源库主页上添加共享按钮,以免突兀。只需点击一下鼠标就...

    Push My Code To Github Repository.-crx插件

    10. **社区支持与更新**:由于是开源平台,GitHub上有大量的社区资源,用户可以反馈问题、提出建议,甚至参与到插件的改进和更新中,以满足更多用户的需求。 通过了解这些知识点,我们可以看到Push My Code To ...

    ProftaakPinkRoccade:第2学期的Github Repository voor onze proftaak

    ProftaakPinkRoccade:第2学期的Github Repository voor onze proftaak

    GitHub Repository Size-crx插件

    语言:English ... ##现在支持目录大小 ##通过Github令牌支持私人存储库 按照以下说明在私人存储库上启用此扩展:https://github.com/harshjv/github-repo-size#private-repository 有关更多详细信息,请访问...

    GitHub Repository List Badges-crx插件

    语言:English 在用户的GitHub存储库列表中显示徽章。 徽章是通过一些简单的...如果存在此扩展程序未检测到的标志,请随时在此处创建问题或请求请求:https://github.com/dword-design/github-repository-list-badges

    terraform-github-repository:terraform的github存储库

    用法 module " main_with_pages " { source = " hadenlabs/repository/github " version = " 0.7.2 " providers = { github = github } name = " repository-example-with-key " description = " github repository ...

Global site tag (gtag.js) - Google Analytics