git-remote: add command (#3982)

client-spec/clarity
Ann Cascarano 2020-04-15 12:52:22 -04:00 committed by GitHub
parent d5c3d824c5
commit 1f1c9e0357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`git remote -v`
- Show information about a remote:
`git remote show {{remote_name}}`
- Add a remote:
`git remote add {{remote_name}} {{remote_url}}`