Ask HN: Using a version control system for your resume?
1–5 of 5 posts
Re: Ask HN: Using a version control system for your resume?
#2File formats like PDF do not lend themselves to version control. It would be hard to merge improvements on a shared "feature" of your resume from one branch into another branch.
Re: Ask HN: Using a version control system for your resume?
#3I do not build my resume from scratch. Often it is exported to PDF from some other service. I store this PDF in the git repository for my website, which is published on GitHub Pages. So inevitably, my resume has snapshots. File formats like PDF do not lend themselves to version control. It would be hard to merge improvements on a shared "feature" of your resume from one branch into another branch.
Re: Ask HN: Using a version control system for your resume?
#4Re: Ask HN: Using a version control system for your resume?
#5One thing I like about using LaTeX is that I can comment and uncomment bullets for various jobs I've done and modify the job description based on what I'm applying for.
I don't think tracking a doc or pdf file would work as well.