diff --git a/getting-started/developing-modules.markdown b/getting-started/developing-modules.markdown index 3ee8cecaa..0cba46c4a 100644 --- a/getting-started/developing-modules.markdown +++ b/getting-started/developing-modules.markdown @@ -89,6 +89,8 @@ cfbs remove promise-type-git-example && cfbs add https://github.com/cfengine/pro ``` **Tip:** Replace the URL with your own repository URL when you've create one using the template. +If you are working on a branch of a repo you can add the commit at the end of the URL with `@`. +Remember to update the commit in `cfbs.json` when you push changes to your branch. Then, build and deploy the project again: