-
Notifications
You must be signed in to change notification settings - Fork 8
Updating from Upstream
FluentCV is the corporate-friendly fork of HackMyResume. For now, every HackMyResume release should be followed by an equivalent rebranded release of FluentCV. This document describes how to fetch, merge, and package that release.
-
These steps should be performed from a command line or shell in the local
FluentCVfolder, every time a new major or minor HackMyResume version is released. -
Run
git fetch hacksalotto fetch updates from hacksalot/HackMyResume. -
Run
git checkout masterto switch to the master branch of FluentCV. -
Run
git merge hacksalot/masterto merge the updates. -
Resolve any merge conflicts.
-
Run
git statusto view merge conflicts andgit addorgit rmto mark them resolved as usual. Most of these will boil down to renamingHackMyResumetoFluentCV. -
When all merge conflicts are resolved, or if there were no merge conflicts, go on to Step 5.
-
-
Run
git push --follow-tagsto push updates to GitHub.