Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd porcelain docs that are organized according to the git man page #697
Labels
Comments
|
That would make sense for the porcelain module, at least; contributions in this area would certainly be welcome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In looking at various git-related tooling, I came across this docs page from pygit2.
The idea there is to create a list of common recipes and organize them similarly to the git man page. I think this would be a helpful approach, as people looking at Dulwich are likely already somewhat familiar with the git docs. It could help with onboarding and reducing "how to do x using Dulwich" support tickets.
Anyway, thanks very much for all your work in building and maintaining this project. This is by no means a complaint, just an idea.