mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 20:54:22 +08: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:
- git checkout master
- git pull
This will update it within the submodule. Then you can
cd ../../
And add changes to the APBS repo.