File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
prompts/templates/dev-codemachine/main-agents Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33** Task:**
44
5- 1 . ** Ensure the current branch is ` codemacine /dev` by following this specific logic:**
6- * First, check if the * current* branch is already ` codemacine /dev` . If it is, this step is complete.
7- * If not, check if a branch named ` codemacine /dev` * already exists* . If it does, switch to it.
8- * If it does not exist, create it as a new branch and switch to it (e.g., ` git checkout -b codemacine /dev ` ).
5+ 1 . ** Ensure the current branch is ` codemachine /dev` by following this specific logic:**
6+ * First, check if the * current* branch is already ` codemachine /dev` . If it is, this step is complete.
7+ * If not, check if a branch named ` codemachine /dev` * already exists* . If it does, switch to it.
8+ * If it does not exist, create it as a new branch and switch to it (e.g., ` git checkout -b codemachine /dev ` ).
99
10102 . ** Append the following lines to the ` .gitignore ` file, skipping any that already exist:**
1111 ```
You can’t perform that action at this time.
0 commit comments