Skip to content

Commit b70a868

Browse files
authored
Merge pull request #3335 from craigcomstock/develop-modules-on-branches
Mention that you can add a module by repo AND commit
2 parents 39d0a25 + cbb1e9d commit b70a868

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

getting-started/developing-modules.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ cfbs remove promise-type-git-example && cfbs add https://github.com/cfengine/pro
8989
```
9090

9191
**Tip:** Replace the URL with your own repository URL when you've create one using the template.
92+
If you are working on a branch of a repo you can add the commit at the end of the URL with `@<commit>`.
93+
Remember to update the commit in `cfbs.json` when you push changes to your branch.
9294

9395
Then, build and deploy the project again:
9496

0 commit comments

Comments
 (0)