Prints a list of lost files and commits.
git fsck --lost-found
to print a list of all dangling objects..git/lost-found
directory.git fsck --lost-found
git fsck --lost-found
# dangling commit 3050fc0de
# dangling blob 807e3fa41
# dangling commit 59ff8481d
Git, Repository
Prints a list of all local branches sorted by date.
Git, Repository
Prints a list of all merged local branches.
Git, Repository
Prints a list of all local branches.