• Skip to primary navigation
  • Skip to content
  • Skip to footer
listcomp Pro listcomp Pro 温故而知新
  • Posts
  • Categories
  • Tags
  • About

    Git: How to sync a fork

    April 28, 2021 less than 1 minute read

    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

    Categories: Git

    Updated: April 28, 2021

    Share on

    X Facebook LinkedIn Bluesky
    Previous Next

    Comments

    You May Also Enjoy

    Topological Sort as a Relation (Math) / Linear Extension / DFS & BFS

    June 12, 2025 4 minute read

    0. Vocabulary

    Bijection -> Isomorphism / Homeomorphism / Isometry

    June 11, 2025 1 minute read

    学得有点杂,这些概念其实都有 cover,这里总结一下:

    Python: Import Enum Uniformly before Comparison

    May 9, 2025 1 minute read

    This is not considered a bug in Enum but it’s quite subtle indeed.

    Python Structural Pattern Matching (match/case since Python 3.10)

    April 7, 2025 4 minute read

    0. Overview

    • GitHub
    • Feed
    © 2025 listcomp Pro. Powered by Jekyll & Minimal Mistakes.