Maintain a todo list for each git branch with git todo
. Switch branches, see todo list for the current branch with git todo
. Simple as that.
Warning: This will probably break everything and ruin your life.
brew install https://raw.github.com/aguynamedloren/git-todo/master/git-todo.rb
# Open editor with current branch's todo list:
git todo
- Uses text editor specified in git config