Skip to content

Commit

Permalink
fix: add explaination on why running the app before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Dec 27, 2023
1 parent e375f81 commit 3bb9404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/knowledge_base/tutorials/version_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Now you're ready to manage your Taipy application with Git and Taipy version man
By default, a Taipy application runs in development mode, which means entities from previous
development run are deleted before running the application. To save the entities of a run, you
can create a new experiment version of your application by running your Taipy application with the
`--experiment` option to the `taipy` command. Let's name the experiment version `1.0` and commit the version
to Git.
`--experiment` option to the `taipy` command. After running the application to make sure that it
works, let's name the experiment version `1.0` and commit the version to Git.

```console
$ taipy run main.py --experiment 1.0
Expand Down

0 comments on commit 3bb9404

Please sign in to comment.