Using Git. Get started. Merge a branch with default branch. Default and feature branch are in wrong order.
-In section "Using Git. Get started. Merge a branch with default branch." documentation shows:
git checkout feature-branch
git merge default-branch
-Is it in order right or should it be in the next one?
git checkout default-branch
git merge feature-branch
Edited by curioso7