GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-DELETE-SQUASHED-BRANCHES(1) Git Extras GIT-DELETE-SQUASHED-BRANCHES(1)

git-delete-squashed-branches - Delete branches that were squashed

git-delete-squashed-branches [<branch-name>]

Deletes all git branches that have been "squash-merged" into branch-name.

<branch-name>

The target branch were the "squashed-merged" branches were committed to. If no value is given, then the current checked out branch will be used.

Delete all branches that were "squash-merged" into the current checked out branch.
$ git delete-squashed-branches
    

Delete all branches that were "squash-merged" into the main branch. This will checkout the target branch and leave you on said branch after the command has completed.

$ git delete-squashed-branches main
    

Written by Teddy Katz <teddy.katz@gmail.com> and Vladimir Jimenez <me@allejo.io>

<https://github.com/tj/git-extras/issues>

<https://github.com/tj/git-extras>
May 2021

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.