https://github.com/mgalgs/github-pr-fetch
Firefox extension to add a `git fetch` command to the GitHub pull request page, making it easy to fetch and check out pull requests locally without some nonsense `gh` utility, just plain ol' git.
https://github.com/mgalgs/github-pr-fetch
firefox-addon firefox-extension github
Last synced: about 1 month ago
JSON representation
Firefox extension to add a `git fetch` command to the GitHub pull request page, making it easy to fetch and check out pull requests locally without some nonsense `gh` utility, just plain ol' git.
- Host: GitHub
- URL: https://github.com/mgalgs/github-pr-fetch
- Owner: mgalgs
- License: mit
- Created: 2023-07-07T19:00:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T19:50:59.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:44:22.813Z (over 1 year ago)
- Topics: firefox-addon, firefox-extension, github
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/github-pr-fetch/
- Size: 161 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github PR Fetch
This is a simple Firefox extension that adds a `git fetch` command to
GitHub pull request pages, making it easy to fetch and check out pull
requests locally without some nonsense `gh` utility, just plain ol' git.
This idea was borrowed from the Gerrit Code Review tool. Gerrit users using
Github: rejoice!
# Installation
You can install this extension from the Firefox Browser Add-ons store:
[](https://addons.mozilla.org/en-US/firefox/addon/github-pr-fetch/)
# Screenshot

# Screencast
https://github.com/mgalgs/github-pr-fetch/assets/152014/d76391eb-2c71-4cd6-a166-2b0ebc74d3bb
# Development
If you'd like to hack on the extension, you can install it temporarily in
your current Firefox session from source as follows:
1. Clone this repository: `git clone https://github.com/mgalgs/github-pr-fetch.git`
2. Open Firefox, and enter `about:debugging` in the URL bar.
3. Click "This Firefox" (in newer versions of Firefox) or "Load Temporary Add-on" (in older versions).
4. Open the `github-pr-fetch/extension` directory and select any file inside the directory.
The extension should now be temporarily installed, and you'll see it listed
in your add-ons. Make any changes you'd like and then click Reload.