Skip to content

Commit

Permalink
document label command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Dec 24, 2024
1 parent aa35b79 commit e1275a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ You can set it up this way:

git config --global core.editor "C:\\Program Files\\Notepad++\\notepad++.exe"

### label

Add and remove labels from tasks. Labels can be synchronized with GitHub and Gitlab repositories.

git task label add 10 important ff6633 --desc 'Beware of this task!' --push
git task lbl del 10 important

### comment

Add, edit or remove comments:
Expand Down

0 comments on commit e1275a4

Please sign in to comment.