Skip to content

Commit 009ccda

Browse files
authored
Merge pull request #349 from Two4/patch-1
Change 'master' branch labels to 'main'
2 parents b9fabd3 + 0fd30ad commit 009ccda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ versions:
8686
```
8787
9. [Push the changes](/articles/pushing-commits-to-a-remote-repository/) in your local repository to {% data variables.product.product_location %}.
8888
```shell
89-
$ git push origin master
89+
$ git push origin main
9090
# Pushes the changes in your local repository up to the remote repository you specified as the origin
9191
```
9292

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

0 commit comments

Comments
 (0)