#8113 Change Git Commands displayed to merge commits

unreleased
open
nobody
None
General
nobody
2016-08-04
2016-08-04
Rohan Verma
No

Currently, we use the following

git checkout master
git fetch https://forge-allura.apache.org/git/u/brondsem/allura db/edit_icons_right
git merge db885b86eaebbda1da316c762c6dd192a9b5cba8

Although, it would be more helpful if we suggest checkout-pull-checkout-merge because to currently check the changes we have to use git checkout db885b86eaebbda1da316c762c6dd192a9b5cba8

Instead we could checkout the new branch name.

Discussion


Log in to post a comment.