Skip to content

Commit

Permalink
Add tip about commit message (#4812)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapadipti authored Aug 29, 2023
1 parent b18f96f commit 6b6ec96
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ displayed can be found
To manually check for updates in your repository, use the `Reload` button 🔄
located above the project table.

<!-- To do: Replace the following image with one that contains dvc exp and live experiment rows.-->

![](https://static.iterative.ai/img/studio/view_components_1.gif)

<admon type="tip">

One simple way to briefly describe your experiments is to use meaningful commit
messages. If you're running experiments with `dvc exp run`, use the
[`--message` option](https://dvc.org/doc/command-reference/exp/run#-m) to
provide the message.

</admon>

### Nested branches

When a Git branch (e.g., `feature-branch-1`) is created from another branch
Expand Down

0 comments on commit 6b6ec96

Please sign in to comment.