Skip to content

Commit 4817d25

Browse files
committed
Small note about merge vs rebase
1 parent 2535c49 commit 4817d25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-tech-writers/common_workflows.dita

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
href="https://www.atlassian.com/git/tutorials/merging-vs-rebasing" format="html"
2424
scope="external">Atlassian</xref> explains the differences. Oxygen's Git client
2525
add-on supports in its <uicontrol>Git Branch Manager</uicontrol> view only the
26-
possibility to merge a branch in another one. </p>
26+
possibility to merge a branch in another one. Our general advice is to use
27+
<uicontrol>Git merge</uicontrol>.</p>
2728
<p>Some highlights for each of these choices:<ul id="ul_mdj_nwy_zbc">
2829
<li><uicontrol>Git Merge</uicontrol>: Combines two branches by creating a new
2930
commit. It keeps the history of both branches as-is.</li>

0 commit comments

Comments
 (0)