The meaning of life is to explore the world

Added email state transitioning method

Posted on By Jason Liu

What have been done:

  1. Added email state transitioning method, according to email domain model below. image

  2. Resolved github checkout ambiguity issue.

Problems encountered:

  1. Branch name has same name as folder/file name therefore GitHub doesn’t know which one to check out. image

Solution:

  1. Separate the branch name and folder/file name by “–”. image