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 a7e4c01 commit a971501Copy full SHA for a971501
template/justfile
@@ -49,7 +49,7 @@ _default: _status
49
# Initialize a new project (use this for projects not yet under version control)
50
[group('project management')]
51
setup: _check-config _git-init install _git-add && _setup_part2
52
- git commit -m "Initialise git with minimal project" -a
+ git commit -m "Initialise git with minimal project" -a || true
53
54
_setup_part2: gen-project gen-doc
55
@echo
0 commit comments