git log --oneline
git log --oneline --no-merges
git checkout -b deploy_YEAR_MONTH_DAY(name) hash_oneline_log
git cherry-pick a-hash^..b-hash
git cherry-pick --abort
git cherry-pick -m 1 --no-commit a-hash^..b-hash