Here’s how I might update my forked version of wd_s with a merge: Check the remotes, and add an upstream (a reference to our forked repo) if needed git merge upstream/master (You may replace master for any branch in the upstream repo, which is helpful ...
↧