git-dangling Questions

3

Solved

Yesterday, I pushed to my fork of ConnectBot on GitHub. I pushed once, realized that I hadn't made the change the way I wanted, redid the commit and pushed again. Now, GitHub has both commits: h...
Fahy asked 6/12, 2010 at 15:32

11

Solved

I've got a Git repository with plenty of commits that are under no particular branch, I can git show them, but when I try to list branches that contain them, it reports back nothing. I thought thi...
Gardener asked 21/9, 2010 at 23:29

5

Solved

I'm looking for the basic information on dangling commits and blobs. My repository seems fine. But I ran git fsck for the first time to see what it did and I have a long list of 'dangling blobs' an...
Learn asked 29/8, 2013 at 15:8

2

Solved

Given at the end is an extracted screenshot from a SourceTree branch tree view (there is a gap in the middle of the screenshot) In that, #1 points to the line which used to be branch 1.7.6.14.X an...
Heterotrophic asked 2/1, 2016 at 10:2

1

Solved

The following monstrosity very nicely found a git stash containing the word Upload which is what I was looking for: git fsck --no-reflog | awk '/dangling commit/ {print $3}' | \ while read ref; do...
Centuple asked 20/2, 2014 at 9:47

3

Solved

I recently ran git fsck --lost-found on my repository. I expected to see a couple dangling commits, where I had reset HEAD. However, I was surprised to see likely over several thousand dangling ...
Amethyst asked 31/3, 2012 at 12:7
1

© 2022 - 2024 — McMap. All rights reserved.