We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535c49 commit 4817d25Copy full SHA for 4817d25
git-tech-writers/common_workflows.dita
@@ -23,7 +23,8 @@
23
href="https://www.atlassian.com/git/tutorials/merging-vs-rebasing" format="html"
24
scope="external">Atlassian</xref> explains the differences. Oxygen's Git client
25
add-on supports in its <uicontrol>Git Branch Manager</uicontrol> view only the
26
- possibility to merge a branch in another one. </p>
+ possibility to merge a branch in another one. Our general advice is to use
27
+ <uicontrol>Git merge</uicontrol>.</p>
28
<p>Some highlights for each of these choices:<ul id="ul_mdj_nwy_zbc">
29
<li><uicontrol>Git Merge</uicontrol>: Combines two branches by creating a new
30
commit. It keeps the history of both branches as-is.</li>
0 commit comments