Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shawnajean
shawnajean / pre-hugo-pr.md
Last active May 19, 2018 15:57 — forked from mdlinville/pre-hugo-pr.md
Process for fixing pre-Hugo PRs
  1. Add user's remote to your local system. Scroll down to the bottom of the conversation view in Github and look for text like: Add more commits by pushing to the add-path-type branch on xlgao-zju/website.

    The first bolded item is the branch name and the second bolded item is the repo name. These are each links. Copy the URL for the second link. Go to the command line and add the remote:

    git remote add REMOTENAME <URL>

    It doesn't really matter what you call the remote.