This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Blueprints": { | |
"blueprint_name": "basic-2node", | |
"stack_name": "HDP", | |
"stack_version": "2.3" | |
}, | |
"host_groups": [ | |
{ | |
"name": "host-group-2", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
login1$ git-fsck --lost-found | |
broken link from tree e83df7495bf11e786b3db3376676d4759b49843f | |
to tree d8c2f690d15691ad219222ba2bc5831fcd16950e | |
dangling blob 94950b60d39b086154a69f04224486082ade6a8c | |
dangling tree d5c240d9d2f9723f883d586b67f923ede26262e9 | |
missing tree d8c2f690d15691ad219222ba2bc5831fcd16950e | |
dangling commit 9ec912dc7df9f2697a9a8d1573305454306bc200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git fsck --unreachable | |
Checking object directories: 100% (256/256), done. | |
Checking objects: 100% (8982/8982), done. | |
broken link from tree e83df7495bf11e786b3db3376676d4759b49843f | |
to tree d8c2f690d15691ad219222ba2bc5831fcd16950e | |
unreachable tree 420674cde0e50fd8664bd32b8fd9dde533d67dc9 | |
unreachable blob 8c0f1c2ced17017bd89e580786d8de3012c8a3fe | |
unreachable blob 94950b60d39b086154a69f04224486082ade6a8c | |
unreachable tree b0a19a4844ee5605f07767d0056beebbbbd79e3d | |
unreachable tree d423ffe0cd7d89b4395dd74b528c30b2f0df4e47 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After | |
git fetch origin | |
and | |
git merge --no-commit | |
I can examine the changes the remote would push |