Fix formatting of text with octicons - part 2 (#35349)
This commit is contained in:
@@ -24,7 +24,7 @@ Repository administrators can enable rulesets for a branch to enforce specific c
|
||||
|
||||
## Choosing a branch and making changes
|
||||
|
||||
1. [Create a new branch](/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop), or select an existing branch by clicking {% octicon "git-branch" aria-hidden="true" %} **Current Branch** on the toolbar and selecting the branch from the list.
|
||||
1. [Create a new branch](/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop), or select an existing branch by clicking **{% octicon "git-branch" aria-hidden="true" %} Current Branch** on the toolbar and selecting the branch from the list.
|
||||
|
||||

|
||||
{% data reusables.desktop.make-changes %}
|
||||
|
||||
@@ -61,7 +61,7 @@ Repository administrators can also enable rulesets. Rulesets can be used to requ
|
||||
|
||||
If you create a branch on {% data variables.product.product_name %}, you'll need to publish the branch to make it available for collaboration on {% data variables.product.prodname_dotcom %}.
|
||||
|
||||
1. In the repository bar, click {% octicon "git-branch" aria-hidden="true" %} **Current Branch**, then click the branch that you want to publish.
|
||||
1. In the repository bar, click **{% octicon "git-branch" aria-hidden="true" %} Current Branch**, then click the branch that you want to publish.
|
||||

|
||||
1. Click **Publish branch**.
|
||||

|
||||
@@ -73,7 +73,7 @@ You can view and make commits to any of your repository's branches. If you have
|
||||
> [!TIP]
|
||||
> You can set a default behavior for switching branches in the **Prompts** settings. For more information, see "[AUTOTITLE](/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop)."
|
||||
|
||||
1. In the repository bar, click {% octicon "git-branch" aria-hidden="true" %} **Current Branch**, then click the branch that you want to switch to.
|
||||
1. In the repository bar, click **{% octicon "git-branch" aria-hidden="true" %} Current Branch**, then click the branch that you want to switch to.
|
||||

|
||||
1. If you have saved, uncommitted changes, in the "Switch Branch" window, select **Leave my changes on CURRENT-BRANCH** or **Bring my changes to NEW-BRANCH**, then click **Switch Branch**.
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Checking out a commit puts your repository in a "detached HEAD" state. In Git te
|
||||
{% data reusables.desktop.history-tab %}
|
||||
1. Right-click on the commit you would like to checkout and select **Checkout commit**.
|
||||

|
||||
1. The {% octicon "git-branch" aria-hidden="true" %} **Current Branch** item in the repository bar will now show "Detached HEAD", along with the SHA of the commit that was checked out.
|
||||
1. The **{% octicon "git-branch" aria-hidden="true" %} Current Branch** item in the repository bar will now show "Detached HEAD", along with the SHA of the commit that was checked out.
|
||||

|
||||
1. To exit the "detached HEAD" state you will need to switch branches. For more information, see "[AUTOTITLE](/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop#switching-between-branches)."
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ You can also use cherry-picking when collaborating with a team. Some projects in
|
||||
|
||||
{% endwindows %}
|
||||
|
||||
1. Right-click the selected commit and click **Cherry pick commit**, then select the branch that you want to copy the commit to. You can also drag the commit that you want to cherry-pick from the "History" tab to the {% octicon "git-branch" aria-hidden="true" %} **Current Branch** dropdown menu, then drop the commit on the branch that you want to copy the commit to.
|
||||
1. Right-click the selected commit and click **Cherry pick commit**, then select the branch that you want to copy the commit to. You can also drag the commit that you want to cherry-pick from the "History" tab to the **{% octicon "git-branch" aria-hidden="true" %} Current Branch** dropdown menu, then drop the commit on the branch that you want to copy the commit to.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Some workflows require or benefit from rebasing instead of merging. By rebasing
|
||||
|
||||
## Pulling to your local branch from the remote
|
||||
|
||||
1. In {% data variables.product.prodname_desktop %}, use the {% octicon "git-branch" aria-hidden="true" %} **Current Branch** drop-down, and select the local branch you want to update.
|
||||
1. In {% data variables.product.prodname_desktop %}, use the **{% octicon "git-branch" aria-hidden="true" %} Current Branch** drop-down, and select the local branch you want to update.
|
||||
1. To check for commits on the remote branch, click **Fetch origin**
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user