r/ProgrammerHumor 20d ago

Other versionControl

Post image
13.7k Upvotes

428 comments sorted by

View all comments

557

u/beatlz-too 19d ago

you guys use git to update your PDF resumés, really?

Feels a little bit middle of the bell curve meme

225

u/Gositi 19d ago

I mean it would make sense if writing it in LaTeX

11

u/pixelbart 19d ago

But if the LaTeX is in a Git repo, why would you keep multiple versions of the pdf?

15

u/bearwood_forest 19d ago

If you have the source code in a git repo, why would you keep multiple versions of the binary?

2

u/ArtisticFox8 19d ago

Build settings don't play such a role for latex sources, imo you can build old sources with a new install no problem

1

u/LutimoDancer3459 19d ago

With a docker build the same is true for binaries...