3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

todo.txtとGit flowのコラボするシェルスクリプト

Posted at

休みの日に個人で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に書きました。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?