8000 added set-url command on git-remote.md by poudyalamit · Pull Request #995 · github/training-kit · GitHub
[go: up one dir, main page]

Skip to content

added set-url command on git-remote.md #995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added set-url command on git-remote.md
  • Loading branch information
poudyalamit committed May 10, 2023
commit c1bc583a49bb2d395dea1f9c974ff15cf66da84a
1 change: 1 addition & 0 deletions git-guides/git-remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ git remote -v
- `git remote -v`: List the current remotes associated with the local repository
- `git remote add [name] [URL]`: Add a remote
- `git remote remove [name]`: Remove a remote
- `git remote set-url [name] [URL]`: To change the URL of an existing remote repository

### What is `origin`?

Expand Down
0