Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: How to store diagrams in Git?
2 points
by
tunny
3166 days ago
Just wondering if there's any easy alternatives to store software artifacts into Git
2 comments
stephenr
3166 days ago
What kind of diagrams? If they're text based (eg svg or dot format) there should be no problem storing them in git
link
tunny
3166 days ago
Some in PNG some in svg. How do you usually go about it? Noob here.
link
stephenr
3166 days ago
Well if it's eg a document with a diagram I usually write the document in markdown and reference an svg image.
link
PaulHoule
3165 days ago
I just check them in.
link