• 转到主导航栏
  • 转到内容
  • 转到底部
listcomp Pro listcomp Pro 温故而知新
  • Posts
  • Categories
  • Tags
  • About

    Git: How to sync a fork

    April 28, 2021 少于 1 分钟阅读

    1. Configure an upstream remote for your fork, following Configuring a remote for a fork.
    2. Sync your fork to the upstream remote, following Syncing a fork.
    • upstream is just a name of the remote which points to the original repo you forked from.
    • You can name it whatever you like

    分类: Git

    更新时间: April 28, 2021

    分享

    X Facebook LinkedIn Bluesky
    上一页 下一页

    留下评论

    猜您还喜欢

    Linking the Dots #6: The “blind, unverified, external symbolic imports” Mental Model of Forward Declarations of Variables and Functions

    January 16, 2026 3 分钟阅读

    intuitively 可以把 forward declaration of variables and functions 理解成一种基于信任的、盲目的、无验证的 external symbolic imports, 而且具体的工作会交予两个参与者:

    Linking the Dots #5: Storage Class Specifiers / Type Qualifiers in C

    January 16, 2026 3 分钟阅读

    Storage Class Specifiers

    Linking the Dots #4: Linkage in C

    January 16, 2026 3 分钟阅读

    Overview: The $3$ Types of C Linkage (Only $1$ Actually Links)

    Linking the Dots #3: C Scopes

    January 16, 2026 2 分钟阅读

    1. The $4$ Types of C Scopes

    • 关注:
    • GitHub
    • Feed
    © 2026 listcomp Pro. 技术来自于 Jekyll & Minimal Mistakes.