Alex Kirk

  • About
  • Talks & Media
  • Open Source Contributions
    • My WordPress Plugins
    • Little Tools
  • December 8, 2022

    @kraft: You can use your own WordPress using the Friends plugin and the beta version of the ActivityPub plugin: https://github.com/pfefferle/wordpress-activitypub/pull/172. Granted, not as good as an experience as your own instance yet but working on it.

    Web
  • Checking out a Github Pull Request on the command line

    October 6, 2022

    Loving this alias (requires brew install gh):

    pr() {
            git fetch
            gh pr checkout $*
    }

    It will switch to the right git branch based on the PR number like this: pr 45 will switch to the branch of pull request 45 of that github repo

    Code, Workflow
    git
Previous Page Next Page
  • Archive
  • Impressum

© 2025 • Slightly Blocked