Skip to content

Commit f2d1128

Browse files
committed
Update comments in scripts/hard-reset.sh
1 parent 08e2556 commit f2d1128

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scripts/hard-reset.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
#!/bin/bash
22

3-
# Hard resets submodules.
3+
# Hard resets micropython submodules. Should not touch changes to this repository itself.
44
# Assumes submodules are initialised.
55
# scripts/firstTime.sh will need to be rerun after this.
66

7-
# Use: sudo scripts/hard_reset.sh
7+
# Use: sudo scripts/hard-reset.sh
88

99
cd micropython
1010
git submodule foreach git clean -fdx
1111
git clean -fdx
12-
git reset --hard --recurse-submodules
12+
git reset --hard --recurse-submodules
13+
14+
echo "NOTE: Remember to run scripts/firstTime.sh before trying to compile!"

0 commit comments

Comments
 (0)