Skip to content

Commit 97c2bce

Browse files
authored
Merge pull request #44 from samtregar/fix/branch-name-typo
fix(init): correct branch name typo codemacine -> codemachine
2 parents b1347be + f88cfcc commit 97c2bce

File tree

1 file changed

+4
-4
lines changed
  • prompts/templates/dev-codemachine/main-agents

1 file changed

+4
-4
lines changed

prompts/templates/dev-codemachine/main-agents/00-init.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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

1010
2. **Append the following lines to the `.gitignore` file, skipping any that already exist:**
1111
```

0 commit comments

Comments
 (0)