1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Change 'master' branch labels to 'main'

This commit is contained in:
Two4
2020-10-09 17:21:50 +02:00
committed by GitHub
parent 41e23c6406
commit b67b764f4c

View File

@@ -86,7 +86,7 @@ versions:
``` ```
9. [Push the changes](/articles/pushing-commits-to-a-remote-repository/) in your local repository to {% data variables.product.product_location %}. 9. [Push the changes](/articles/pushing-commits-to-a-remote-repository/) in your local repository to {% data variables.product.product_location %}.
```shell ```shell
$ git push origin master $ git push origin main
# Pushes the changes in your local repository up to the remote repository you specified as the origin # Pushes the changes in your local repository up to the remote repository you specified as the origin
``` ```
@@ -123,7 +123,7 @@ versions:
``` ```
9. [Push the changes](/articles/pushing-commits-to-a-remote-repository/) in your local repository to {% data variables.product.product_location %}. 9. [Push the changes](/articles/pushing-commits-to-a-remote-repository/) in your local repository to {% data variables.product.product_location %}.
```shell ```shell
$ git push origin master $ git push origin main
# Pushes the changes in your local repository up to the remote repository you specified as the origin # Pushes the changes in your local repository up to the remote repository you specified as the origin
``` ```