You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, you need run `gh todo init`. It will create `todo` repo based on [yuler/template-todo](https://github.com/yuler/template-todo)in your GitHub account.
24
+
First, you need run `gh todo init`. It will create `todo` repo in your GitHub account.
25
25
26
26
**Note:**
27
27
28
28
- You can override the default repo name `todo` with the environment variable `GH_TODO_REPO`. Like this:
29
29
30
30
```bash
31
-
export GH_TODO_REPO=repo-todo
32
-
gh todo init
31
+
GH_TODO_REPO=repo-todo gh todo init
33
32
```
34
33
35
-
- And you can use `gh todo init --template yourname/template-todo`to use your own template.
34
+
- And you can use `gh todo init --template yuler/template-todo`based on a template repository.
36
35
37
36
Then you can use `gh todo add` to add new task. It will create an issue with today(yyyy-MM-dd) as the title in `todo` repo.
38
37
@@ -44,7 +43,7 @@ The `gh todo` or `gh todo list` where show todo list.
0 commit comments