this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

commit.sh tweaks

should treat upstream (tangled) as canon :fingers_crossed:

+2 -4
+2 -4
commit.sh
··· 6 6 echo "---" 7 7 echo 8 8 9 - # saves current state of fs 10 - git stash 11 - 12 9 # pull latest version 13 - git pull 10 + git fetch --all 11 + git reset --hard origin/main 14 12 git submodule init 15 13 git submodule update --recursive --remote 16 14