14 releases (2 stable)

1.1.0 Feb 28, 2024
1.0.0 Aug 20, 2023
0.5.0 Apr 3, 2023
0.4.3 Dec 1, 2022
0.1.1 Sep 23, 2018

#24 in #local-git

Download history 173/week @ 2024-02-26 22/week @ 2024-03-04 8/week @ 2024-03-11 552/week @ 2024-04-01

562 downloads per month

Apache-2.0

12KB
127 lines

git-gone(1)

Sebastian Wiesner sebastian@swsnr.de :doctype: manpage :revnumber: 1.1.0 :revdate: 2024-02-28 :mansource: git-gone {revnumber} :manmanual: git-gone

Name

git-gone - prune "gone" Git branches

Synopsis

git gone [-fv] list + git gone [-fv] prune

Description

Lists or removes "gone" branches, that is, local branches which used to have an upstream branch on a remote which is now removed.

This situation typically occurs in a pull request workflow where the upstream branch gets deleted on the server after merging a pull request, leaving the local branch from which the pull request originated in place. git gone easily removes these left-over branches.

Commands

list:: List all gone branches.

prune:: Delete all gone branches. + Prints a list of deleted branches including a command to restore the branch as long as the referenced commit is still in the reflog.

Options

-V:: --version:: Print the version number and exit.

Exit status

0 on success, non-zero otherwise.

Bugs

Please report bugs to https://github.com/swsnr/git-gone/issues/new.

See also

git(1)

All credits for the idea go to Eugene Yokota (see http://eed3si9n.com/):

Copyright 2018-2020 Sebastian Wiesner sebastian@swsnr.de

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependencies

~14MB
~311K SLoC