We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6487bd8 commit cbb1e9dCopy full SHA for cbb1e9d
getting-started/developing-modules.markdown
@@ -89,6 +89,8 @@ cfbs remove promise-type-git-example && cfbs add https://github.com/cfengine/pro
89
```
90
91
**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.
94
95
Then, build and deploy the project again:
96
0 commit comments