You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/deploy/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ It's a good idea to use a `git status` command before `git add` or whenever you
84
84
{% filename %}command-line{% endfilename %}
85
85
```
86
86
$ git status
87
-
On branch master
87
+
On branch main
88
88
89
89
No commits yet
90
90
@@ -130,12 +130,12 @@ On the next screen, you'll be shown your repo's clone URL, which you will use in
130
130
131
131
Now we need to hook up the Git repository on your computer to the one up on GitHub.
132
132
133
-
Type the following into your console (replace `<your-github-username>` with the username you entered when you created your GitHub account, but without the angle-brackets -- the URL should match the clone URL you just saw):
133
+
Type the following into your console (replace `<your-github-username>` with the username you entered when you created your GitHub account, but without the angle-brackets -- the URL should match the clone URL you just saw). Note that your choice of "main" or "master" in the Installation chapter will determine the final word in the second command.
When you push to GitHub, you'll be asked for your GitHub username and password (either right there in the command-line window or in a pop-up window), and after entering credentials you should see something like this:
0 commit comments