79535385

Date: 2025-03-26 04:19:03
Score: 2.5
Natty:
Report link

Step 1: Open project folder, Right click and open Git Bash here

Project folder - Git Bash

Step 2 : In the git console window hit below command
git fsck --no-reflog | awk '/dangling commit/ {print $3}'

Step 3 : Now enter this command - **gitk --all $( git fsck --no-reflog | awk '/dangling commit/ {print $3}' )

Step 4 : Right click on the commit and create a new branch

Create a new branch

Step 5 : After creating a new branch, Again Right click on that commit and click on 'Checkout branch'

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jaykumar Chaniyara