This public book contains the best practices and guidelines for using DIGIO AI Driven Development flow. It is designed to help developers and teams effectively utilize AI tools in their development processes.
Build the mdbook from the source files.
interactive: true
cd mdbook/index
mdbook build
cd ../../mdbook/en
mdbook build
cd ../../mdbook/es
mdbook buildServe the mdbook locally for preview.
interactive: true
cd mdbook/es
mdbook serve Move git to main from jj change. Push the changes to the main branch.
interactive: true
jj b s main --revision=@
# check if push with git, prompt to the user
if jj git push; then
echo "Push successful"
else
echo "Push failed"
fiAdd description to the current change
Inputs: TEXT
jj desc -m "$TEXT"