There is a newer version of the record available.

Published April 27, 2023 | Version SMASH-3.0

smash-transport/smash: SMASH-3.0

Description

Changes

Changes for this release are found in the SMASH-3.0 section of the changelog.

Useful Extras

:warning: New name for the default branch

The master branch has been renamed to main and no master branch exists anymore.

If you already have a local clone of the SMASH repository and you wish to adjust it according to this change, it is enough to run the following four commands:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

in which it is assumed that origin is the remote name in your local repository. If for some reason you have troubles with the procedure above, it is always possible to make a fresh clone of the SMASH repository (of course, this is probably not a viable approach if you have changes to keep).

Did you fork SMASH repository before this release?

In this case, we encourage you to make the same rename in your fork. From GitHub in the browser you can rename any branch and this will then require to adjust any local clone of your fork by running four commands as described above.

Files

smash-transport/smash-SMASH-3.0.zip

Files (3.1 MB)

Name Size Download all
md5:86b590dfca609491500164f50bf0c228
3.1 MB Preview Download

Additional details