We have a stub (a pretty dumb one) for man. Need to write the real doc for everything which is implemented so far.
Writing man pages manually is very tiresome. We need to integrate a flow to generates man pages from asciidocs documents (like Git does). Examples are Git itself, https://github.com/dsavenko/agnostic, and many others.
For now, git push
doesn't push issues to the server, so subsequent git clone
or git fetch
in another place clones/fetches an empty ISSUES branch.
Learn the Git internals and design the issues model so, that is complies with the requirements listed in README.md.
If the model require any low-level commands besides the ones listed in README.md, implement them.