What is git prune?

457    Asked by AishwaryaJhadav in Devops , Asked on Feb 13, 2021
Answered by Aishwarya Jhadav

The git prune command is an inside housekeeping utility that erases lost or "stranded" Git objects. Inaccessible items are those that are unavailable by any refs. Any submit that can't be gotten to through a branch or tag is viewed as inaccessible or not present. git prune is by and large not executed straightforwardly. Prune is known as a trash assortment command and is a youngster command of the git gc command.


Your Answer

Interviews

Parent Categories