Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Oct 23, 2023
1 parent 331b764 commit 5b8b0de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"**/data": true,
"**/.ipynd_checkpoints/": true,
"**/*.pyc": true
}
},
"python.analysis.extraPaths": [
"./my-gym/my/gym/usr/cottrell/equinox_utils"
]
}
3 changes: 3 additions & 0 deletions git_checkout_master_pull_all_submodules.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash -e
git pull # you forget this
# ugh
# master=$(git rev-parse --verify master 2>/dev/null 1>&2 && echo master || echo main)
# git submodule foreach --recursive 'git checkout master; git pull origin master:master; :'
git submodule foreach --recursive 'git checkout master; git pull origin master:master; :'

0 comments on commit 5b8b0de

Please sign in to comment.