Skip to content
Snippets Groups Projects
Commit b416e6fb authored by Erik Hinkelmanns's avatar Erik Hinkelmanns
Browse files

- added a Git-Workflow to the README.md

parent 8cd412b2
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,13 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## Git Workflow
- create new branch (gitlab) with the title of the module you want to implement
- build the module
- when finished pull the current main branche into your module-branche
- if necessary merge the incoming changes
- after successful testing on your module-branche, pull your branche into main
- now you can delete your module-branche
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment