- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8
 
Closed
Labels
docsgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
Description
I'm looking at implementing this, and comparing man gitworkflows with what is here.
I noticed that gitworkflows says:
https://git-scm.com/docs/gitworkflows#_maintenance_branch_management_after_a_feature_release
Recipe: Update maint to new release
    git checkout maint
    git merge --ff-only master
But https://github.com/rocketraman/gitworkflow/blob/c3cb27618e5fcd41dc96508c403b35de50a296cc/docs/task-oriented-primer.adoc#create-a-release create a release suggests instead:
$ git checkout maint
(maint) $ git reset --hard v2.7.0
(maint) $ git push --set-upstream origin +maint
Why the difference?
Metadata
Metadata
Assignees
Labels
docsgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested