git clone --depth=1 and git reset --hard; git push -f? #2
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
This is a huge repository coming from Bitcoin initially. Are you planning to cherry pick things from upstream Bitcoin/BitcoinXT? If so, does having the commit history help?
I wonder if it would be worth it to reset the repo to the state where you started modifying it for lbrycrd. Would really shrink it down, possibly with no side-effects (maybe something legally?).
This is very minor and nitpicky, but I'm also curious of a good reason not to, because it could be something I've not though of and should know.
Thanks,
Teran
@teran-mckinney There's no reason to erase history from the repository on GitHub, and keeping the history allows automated merging from upstream. If you don't want to download the full history when checking out
lbryio/lbrycrd
, you can do a shallow clone.That's fair, I think you're right.
Thanks!