Files
apbs/externals
2021-10-09 01:23:19 -07:00
..
2020-09-09 11:57:06 -07:00
2016-08-12 15:59:44 -07:00

External Packages

If you want to update the submodule to the latest commit available, that isn't done with

git submodule update

To update the commit, go to the submodue directory: externals/submodule/ and do the following:

  1. git checkout master
  2. git pull

This will update it within the submodule. Then you can

cd ../../

And add changes to the APBS repo.