Skip to content

How to update? #89

Answered by harold-b
koiesmith asked this question in Q&A
Sep 11, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You can just rebuild after you have pulled the changes.

Inside your local bladebit repo:

# Switch to the branch you want:
git checkout master

# Grab & merge the remote changes
git pull origin

# Re-build
make clean && make -j$(nproc --all)

If you've made no local changes git pull will fetch then merge the remote changes to your local branch. You'll have to merge-in other branches manually if you've already have them checked out locally.

If you've made change you can either discard them by deleting the local branch then pulling or try and merge them, resolving any issues manually.

After you build you can just replace the current executable with the one you just built.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@harold-b
Comment options

@koiesmith
Comment options

Answer selected by koiesmith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants