Skip to content

Git how to

Rikkert01 edited this page Nov 12, 2025 · 2 revisions

Using Git for the Ecopath with Ecosim code

The master branch contains the latest stable release of EwE. You can not commit directly to the master branch!

To add code to the master branch, please fork the repository, create a new branch, and submit a pull request.

For now, we follow a 'trunk based development' strategy, meaning that all new features and bug fixes are directly merged into the master branch after code review and testing.

Long lived feature branches are discouraged. If you need to work on a large feature, please create a feature branch from master, and regularly merge master into your feature branch to keep it up to date.

Git Visual Studio integration

When you use Visual Studio for software development on Ecopath with Ecosim you don't need to install Git separately. You can do everything from within your confortable IDE.

Clone this wiki locally