forked from qt-creator/qt-creator
Doc: Describe new functionality in the Git Branches view
- The list of branches shows a detached HEAD entry if user checked out a commit - The Push action was added to the context menu for remote repositories Change-Id: Ic51e10e1b357708f53e8181eae2cb418901cff6f Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -224,6 +224,9 @@
|
||||
branch is shown in bold and underlined in the list of branches in the
|
||||
\uicontrol {Git Branches} sidebar view.
|
||||
|
||||
If you checked out a specific commit, the list of branches displays a
|
||||
\e {Detached HEAD} entry.
|
||||
|
||||
For local and remote branches, the changes log can be shown by double
|
||||
clicking on the branch name.
|
||||
|
||||
@@ -281,6 +284,9 @@
|
||||
\row
|
||||
\li \uicontrol Track
|
||||
\li Set the current branch to track the selected one.
|
||||
\row
|
||||
\li \uicontrol Push
|
||||
\li Push the committed changes to the selected remote branch.
|
||||
\endtable
|
||||
|
||||
The following additional context-menu operations are available for
|
||||
|
||||
Reference in New Issue
Block a user