Skip to content

Commit

Permalink
Small note about merge vs rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
raducoravu committed Jul 10, 2024
1 parent 2535c49 commit 4817d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-tech-writers/common_workflows.dita
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
href="https://www.atlassian.com/git/tutorials/merging-vs-rebasing" format="html"
scope="external">Atlassian</xref> explains the differences. Oxygen's Git client
add-on supports in its <uicontrol>Git Branch Manager</uicontrol> view only the
possibility to merge a branch in another one. </p>
possibility to merge a branch in another one. Our general advice is to use
<uicontrol>Git merge</uicontrol>.</p>
<p>Some highlights for each of these choices:<ul id="ul_mdj_nwy_zbc">
<li><uicontrol>Git Merge</uicontrol>: Combines two branches by creating a new
commit. It keeps the history of both branches as-is.</li>
Expand Down

0 comments on commit 4817d25

Please sign in to comment.