Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-17T00:19:55.000Z (over 1 year ago)
- Last Synced: 2025-01-20T23:03:10.080Z (12 days ago)
- Topics: firefox-addon, firefox-extension, github
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/github-pr-fetch/
- Size: 18.6 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.# Installation
Get it on the Mozilla addons store:
https://addons.mozilla.org/en-US/firefox/addon/github-pr-fetch/
# 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.