Skip to content

Commit

Permalink
Change 'master' branch labels to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Two4 authored Oct 9, 2020
1 parent 41e23c6 commit b67b764
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}.
```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
```

Expand Down Expand Up @@ -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 %}.
```shell

This comment has been minimized.

Copy link
@Blairee

This comment has been minimized.

Copy link
@julioviana

julioviana Oct 23, 2020

@Blairee this mention is really for me ? 😃

$ 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
```

Expand Down

0 comments on commit b67b764

Please sign in to comment.