1
0
Fork
You've already forked git-gone
0
Cleanup stale Git branches of merge requests
  • Rust 53.9%
  • Roff 26.1%
  • Shell 20%
2022年09月18日 12:08:48 +02:00
scripts Add cargo-deny 2022年07月17日 18:25:30 +02:00
src Update git2 and clap 2022年09月18日 12:07:46 +02:00
.gitignore cargo init 2018年09月22日 19:33:24 +02:00
Cargo.lock Release 0.4.0 2022年09月18日 12:08:48 +02:00
Cargo.toml Release 0.4.0 2022年09月18日 12:08:48 +02:00
CHANGELOG.md Release 0.4.0 2022年09月18日 12:08:48 +02:00
deny.toml Update git2 and clap 2022年09月18日 12:07:46 +02:00
git-gone.1 Release 0.4.0 2022年09月18日 12:08:48 +02:00
git-gone.1.adoc Release 0.4.0 2022年09月18日 12:08:48 +02:00
LICENSE cargo init 2018年09月22日 19:33:24 +02:00
README Release 0.4.0 2022年09月18日 12:08:48 +02:00
release.toml Go cargo release 2022年01月14日 17:42:30 +01:00

GIT-GONE(1) git-gone GIT-GONE(1)
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
 -f, --fetch
 Run git fetch --prune --all first.
 -v, --verbose
 Print detailed progress when fetching.
 -V, --version
 Print the version number and exit.
EXIT STATUS
 0 on success, non-zero otherwise.
BUGS
 Please report bugs to https://codeberg.org/flausch/git-gone/issues.
SEE ALSO
 git(1)
 All credits for the idea go to Eugene Yokota (see
 http://eed3si9n.com/):
 • git gone: cleaning stale local branches at
 http://eed3si9n.com/git-gone-cleaning-stale-local-branches
 • git-gone in Bash at https://github.com/eed3si9n/git-gone
COPYRIGHT
 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.
AUTHOR
 Sebastian Wiesner
git-gone 0.4.0 GIT-GONE(1)