Skip to content

Commit 53fad5d

Browse files
authored
Update 2-changes.md
1 parent 3acfdef commit 53fad5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

2-changes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ origin [email protected]:<gitusername>/<repo>.git (push)
6565
Then to push your committed changes from your local machine to the remote GitHub repo, where others can see it or clone it, use:
6666
`git push origin master`
6767

68-
You should see:
68+
This should prompt you for your GitHub username and password. You won't see your password on the screen as you type it in.
69+
70+
Then you should see:
6971
```
7072
Enumerating objects: 4, done.
7173
Counting objects: 100% (4/4), done.

0 commit comments

Comments
 (0)