mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
git-remote: add command (#3982)
This commit is contained in:
parent
d5c3d824c5
commit
1f1c9e0357
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue