Title: Page 47 – Alex Kirk

---

 * December 8, 2022
 * [@kraft](https://mastodon.online/@kraft): You can use your own WordPress using
   [the Friends plugin](https://wordpress.org/plugins/friends/) and the beta version
   of the [ActivityPub](https://wordpress.org/plugins/activitypub/) plugin: [https://github.com/pfefferle/wordpress-activitypub/pull/172](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](https://alex.kirk.at/category/web/)
 * 
   ## 󠀁[Checking out a Github Pull Request on the command line](https://alex.kirk.at/2022/10/06/checking-out-a-github-pull-request-on-the-command-line/)󠁿
   
 * October 6, 2022
 * Loving this alias (requires `brew install gh`):
 *     ```wp-block-code
       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](https://alex.kirk.at/category/code/), [Workflow](https://alex.kirk.at/category/workflow/)
 * [git](https://alex.kirk.at/tag/git/)

 [Previous Page](https://alex.kirk.at/page/46/?output_format=md&term_id=44049) [Next Page](https://alex.kirk.at/page/48/?output_format=md&term_id=44049)