Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c55cb70

Browse files
changed git remote -v description
1 parent 49bfc74 commit c55cb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎source/tutorial-english.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h4>step 3) a local repository with git</h4>
452452
Now we link the local copy and the remote one on github: all examples you'll find, and even what github proposes to you, says <code>git remote add origin https://github.com/...</code> where <code>origin</code> is not a keyword but just a label, a name. I found this misleading and I use my github name in this place or something
453453
that tells me the meaning, like <code>MyFriendRepo</code>. So from now on we will use <code>YourGithubLogin</code> there.
454454

455-
Add the remote and verify it ( with <code>-v</code> ):
455+
Add the remote and show it verbosely ( with <code>-v</code> ):
456456
<pre>
457457
git-client> git remote add YourGithubLogin https://github.com/YourGithubLogin/Range-Validator.git
458458

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /