Skip to content

Conversation

thunderbiscuit
Copy link
Member

@thunderbiscuit thunderbiscuit commented Jul 23, 2025

Fixes #6.

This PR add two commands to work with the submodule:

[group("Submodule")]
[doc("Initialize bdk-ffi submodule to committed hash.")]
submodule-init:
  git submodule update --init

[group("Submodule")]
[doc("Hard reset the bdk-ffi submodule to committed hash.")]
submodule-reset:
  git submodule update --force

@thunderbiscuit thunderbiscuit requested a review from reez as a code owner July 24, 2025 13:24
@thunderbiscuit thunderbiscuit changed the title Add submodule reset command to justfile Add submodule-related commands to justfile Jul 24, 2025
Copy link
Collaborator

@reez reez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c9e96ab

@thunderbiscuit thunderbiscuit merged commit c9e96ab into bitcoindevkit:master Jul 24, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add just commands for working with the submodule
2 participants