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 untrack a file
- How to undo "git add" before commit
- How to rename local branch
- How to rename a branch
- How to rollback to specific commit
- How to view stashed changes
- How to list all commits
- How to delete repository
See more codes...