休みの日に個人でtodo.txtでtodoを管理し、git flowで開発しています。
git flowのブランチ名を考えるのが面倒なので、todo.txtの項目名を
ブランチ名にすることにしました。
$todo-git.sh -l
git flow feature start
.git exist
1.hhihi : dfjap
2.haohf : dhaohfao
3.poda : wweqf
4.hoge : +todotxt
Select number >>> 4
Switched to a new branch ‘feature/hoge’
詳しくは todo-gitに書きました。