1
0
mirror of synced 2025-12-22 19:34:15 -05:00

remove all uses of include tool-switcher (part 1) (#24220)

* remove all uses of `include tool-switcher`

* two more files
This commit is contained in:
Peter Bengtsson
2022-01-11 16:31:12 -05:00
committed by GitHub
parent 6e1bf63489
commit 8e25d1e40d
14 changed files with 20 additions and 61 deletions

View File

@@ -35,7 +35,6 @@ You've successfully forked the Spoon-Knife repository, but so far, it only exist
You can clone your fork with the command line, {% data variables.product.prodname_cli %}, or {% data variables.product.prodname_desktop %}.
{% include tool-switcher %}
{% webui %}
1. On {% data variables.product.product_name %}, navigate to **your fork** of the Spoon-Knife repository.
@@ -87,7 +86,6 @@ Go ahead and make a few changes to the project using your favorite text editor,
When you're ready to submit your changes, stage and commit your changes. `git add .` tells Git that you want to include all of your changes in the next commit. `git commit` takes a snapshot of those changes.
{% include tool-switcher %}
{% webui %}
```shell
@@ -116,7 +114,6 @@ When you stage and commit files, you essentially tell Git, "Okay, take a snapsho
Right now, your changes only exist locally. When you're ready to push your changes up to {% data variables.product.product_name %}, push your changes to the remote.
{% include tool-switcher %}
{% webui %}
```shell

View File

@@ -39,8 +39,6 @@ You can store a variety of projects in {% data variables.product.product_name %}
{% endif %}
{% include tool-switcher %}
{% webui %}
{% data reusables.repositories.create_new %}
@@ -69,8 +67,6 @@ Congratulations! You've successfully created your first repository, and initiali
## Commit your first change
{% include tool-switcher %}
{% webui %}
A *[commit](/articles/github-glossary#commit)* is like a snapshot of all the files in your project at a particular point in time.