Skip to content

Commit 978cda4

Browse files
committed
Remove rebase-bitcoin-v0.29 command
1 parent fda219a commit 978cda4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@ precommit:
44
clean:
55
cargo clean
66

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-
137
loc:
148
@echo "--- Counting lines of .rs files (LOC):" && find crates/ bindings/ -type f -name "*.rs" -exec cat {} \; | wc -l

0 commit comments

Comments
 (0)