-
New Feature
-
Resolution: Fixed
-
Major
-
None
The branch name should exclude the name of the remote.
Example:
git commit -m "Integrated origin/ready/layout"
Should be
git commit -m "Integrated ready/layout"
The branch name should exclude the name of the remote.
Example:
git commit -m "Integrated origin/ready/layout"
Should be
git commit -m "Integrated ready/layout"