Skip to content

Commit cbb1e9d

Browse files
committed
Mention that you can add a module by repo AND commit
This comes in handy when you are working on a PR in a branch such as for cfengine/modules
1 parent 6487bd8 commit cbb1e9d

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)