This commit is contained in:
Maren Süwer
2018-12-10 15:47:46 +01:00
parent e636d409ed
commit 5902dfab6a
2 changed files with 6 additions and 10 deletions

View File

@@ -17,8 +17,6 @@ class GitMergeInformation extends React.Component<Props> {
return (
<div>
<h4>{t("scm-git-plugin.information.merge.heading")}</h4>
<h5>{t("scm-git-plugin.information.merge.subheading")}</h5>
{t("scm-git-plugin.information.merge.clean")}
{t("scm-git-plugin.information.merge.checkout")}
<pre>
<code>git checkout {target}</code>

View File

@@ -5,14 +5,12 @@
"create" : "Create a new repository",
"replace" : "Push an existing repository",
"merge": {
"heading": "How to merge pull request",
"subheading": "Pull Request cannot be merged automatically - please follow these steps:",
"clean": "1. Make sure your workspace is clean",
"checkout": "2. Checkout target branch",
"update": "3. Update workspace",
"merge": "4. Merge source branch",
"resolve": "5. Resolve merge conflicts and add corrected files to index",
"commit": "6. Commit"
"heading": "Pull Request cannot be merged automatically - please follow these steps:",
"clean": "1. Make sure your workspace is clean and checkout target branch",
"update": "2. Update workspace",
"merge": "3. Merge source branch",
"resolve": "4. Resolve merge conflicts and add corrected files to index",
"commit": "5. Commit"
}
},
"config": {