Just wondering if there's any easy alternatives to store software artifacts into Git
Ask HN: How to store diagrams in Git?
1–5 of 5 posts
Re: Ask HN: How to store diagrams in Git?
#2What kind of diagrams? If they're text based (eg svg or dot format) there should be no problem storing them in git
Re: Ask HN: How to store diagrams in Git?
#3What kind of diagrams? If they're text based (eg svg or dot format) there should be no problem storing them in git
Some in PNG some in svg. How do you usually go about it? Noob here.
Re: Ask HN: How to store diagrams in Git?
#4What kind of diagrams? If they're text based (eg svg or dot format) there should be no problem storing them in git
Some in PNG some in svg. How do you usually go about it? Noob here.
Well if it's eg a document with a diagram I usually write the document in markdown and reference an svg image.
Re: Ask HN: How to store diagrams in Git?
#5I just check them in.