gitHow to get the repository (remote) url
Usage example
git remote -v
output
origin [email protected]:Onelinerhub/onelinerhub-ui.git (fetch)
origin [email protected]:Onelinerhub/onelinerhub-ui.git (push)
More of Git
- How to view project's detailed history
- Remove an existing remote
- How to rename local branch
- How to undo "git add" before commit
- How to see difference between working directory and last commit
- How to view project's short history
- How to push new tag
- How to delete repository
- How to compare two branches
- How to list not yet pushed commits
See more codes...