We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rebase-bitcoin-v0.29
1 parent fda219a commit 978cda4Copy full SHA for 978cda4
Makefile
@@ -4,11 +4,5 @@ precommit:
4
clean:
5
cargo clean
6
7
-rebase-bitcoin-v0.29:
8
- git checkout bitcoin-v0.29
9
- git rebase master
10
- git push origin --force-with-lease && git push upstream --force-with-lease
11
- git checkout master
12
-
13
loc:
14
@echo "--- Counting lines of .rs files (LOC):" && find crates/ bindings/ -type f -name "*.rs" -exec cat {} \; | wc -l
0 commit comments