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
**Note**: Replace ```repository-name``` with the name of the current repository.
12
+
13
+
```
14
+
backlog init repository-name
15
+
```
16
+
17
+
# 2. Capture work
18
+
19
+
```
20
+
backlog task create "Title of an example task"
21
+
```
22
+
23
+
# 3. See where you stand
24
+
25
+
```
26
+
backlog board view
27
+
```
28
+
29
+
All data is saved under **backlog** folder in the root of the current repository as human‑readable Markdown with the following format ```task-<task-id> - <task-title>.md``` (e.g. task-12 - Fix typo.md).
0 commit comments