Forrest logo
back to the git tool

git-pr:tldr:abc30

git-pr: Clean up old pull request branches.
$ git pr clean
try on your machine

The command "git pr clean" is not a standard or built-in Git command.

Git is a distributed version control system that offers a variety of commands to manage source code repositories. However, "git pr clean" is not one of these commands.

It's possible that "git pr clean" is a custom or alias command defined by someone in their Git configuration. If this is the case, the behavior of the command would depend on how it was implemented by the person who defined it.

To get a better understanding of what "git pr clean" does in a specific context, it would be necessary to consult the documentation or configuration files of the specific Git repository where it is being used, or to ask the person who defined the command for clarification.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the git tool