TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Using a version control system for your resume?

3 pointsby toexitthedonutabout 8 years ago
I often come across advice to have different resumes for different types of companies, and to continue making it up to date. As a living, breathing document, is it a good candidate for applying a VCS to? For instance branches for different resume types, but sharing common content. What are your thoughts on applying version control to your resume? I don't think this idea is an original one, but I don't see it mentioned much.

3 comments

dozzieabout 8 years ago
It works better to keep a version controlled indiscriminate list of every single project and position and assignment and achievement you've ever done (plus a resume template). With that you can easily choose relevant points for a specific position at hand.
jpace121about 8 years ago
I have my resume in LaTeX and keep versions of it tracked in Git, which works pretty well for me.<p>One thing I like about using LaTeX is that I can comment and uncomment bullets for various jobs I&#x27;ve done and modify the job description based on what I&#x27;m applying for.<p>I don&#x27;t think tracking a doc or pdf file would work as well.
bgammonabout 8 years ago
I 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.<p>File formats like PDF do not lend themselves to version control. It would be hard to merge improvements on a shared &quot;feature&quot; of your resume from one branch into another branch.
评论 #14338363 未加载