Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#418 - Documentation on using Taipy Version system with Git #742

Merged
merged 4 commits into from
Dec 29, 2023

Conversation

trgiangdo
Copy link
Member

docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In General, I would name the branch the same as the version.
We can even imagine ta new command line that would checkout the branch before actually run the app.

taipy run main.py --with-git --experiment 1.0

Behind the scene, the command line would do the following:

if branch 1.0 exists
    git checkout 1.0
else
    git checkout 1.0
taipy run main.py --experiment 1.0

Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
docs/knowledge_base/tutorials/version_management.md Outdated Show resolved Hide resolved
mkdocs.yml_template Outdated Show resolved Hide resolved
@trgiangdo trgiangdo merged commit 4a5499e into develop Dec 29, 2023
1 check passed
@trgiangdo trgiangdo deleted the doc/#418-version-mgt-with-git-tutorial branch December 29, 2023 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants