GitHub PR Squasher

One-click tool to squash GitHub Pull Requests. Creates a new PR with squashed commits and preserves the description.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Bala Kumar
今日安裝
0
安裝總數
3
評價
0 0 0
版本
2.0
建立日期
2025-01-07
更新日期
2025-03-17
尺寸
11.5 KB
授權條款
MIT
腳本執行於

GitHub PR Squasher

A userscript that adds a "Squash & Recreate PR" button to GitHub pull requests. It creates a new PR with squashed commits while preserving the original description.

Features

  • ✨ One-click PR squashing
  • 📝 Preserves PR description
  • 🔄 Automatically closes original PR
  • 🗑️ Deletes original branch
  • 🔒 Secure token storage
  • ⏳ Progress indicators
  • 🏢 Supports GitHub Enterprise

Installation

  1. Install a userscript manager:

  2. Install this script by clicking the Install button above

Setup

  1. Generate a GitHub token:

    • Go to GitHub Settings → Developer Settings → Personal Access Tokens → Tokens (classic)
    • Click "Generate new token (classic)"
    • Give it a name (e.g., "PR Squasher")
    • Select the repo permission
    • Copy the generated token (starts with ghp_)
  2. Configure the script:

    • Click the Tampermonkey icon
    • Select "Set GitHub Token"
    • Paste your token
    • For GitHub Enterprise:
      • Select "Set Enterprise Domain"
      • Enter your domain (e.g., github.mycompany.com)
    • Refresh GitHub

Usage

  1. Go to any GitHub PR
  2. Click the "Squash & Recreate PR" button
  3. Wait for the process to complete
  4. You'll be redirected to the new squashed PR

Support

Changelog

v1.0.0 (2024-01-07)

  • Initial release
  • Basic squashing functionality
  • Token management
  • Progress indicators
  • Automatic branch deletion
  • GitHub Enterprise support