Skip to content
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.
Alisue edited this page Apr 5, 2016 · 4 revisions
  • Release a 1st alpha version (prototype version) to get the image
    • Add git status interface to manipulate the index
    • Add git commit interface to manipulate the commit message and commit the changes
    • Add git diff interface to figure out the difference
    • Add git browse interface to show the files on the remote
    • Add conflict solver to help solving conflicted files
  • Release a 2nd alpha version to settle the fundamental mechanisms
    • Do aggressive refactoring to simplify
    • Add git add/rm/checkout/reset interface
    • Add git diff-ls interface to figure out which files were changed from a particular commit
    • Add git conflict interface to open solver for the current buffer
    • Improve the user interface
    • Fix several known issues
  • Release a 3rd alpha version to add useful features
  • Release a beta version to find/fix bugs
    • Write a better document
    • Write a CONTRIBUTE.md
    • Add Unite.vim integrations or create an external harmonic plugin
  • Release a product version to help the world!
    • Write a complete document for user
    • Write a API document for developer
Clone this wiki locally