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 short history
- How many commits are there in a branch
- How to view project's detailed history
- How to rename a branch
- How to undo "git add" before commit
- Make a new branch with uncommitted changes
- How to untrack a file
- How to see difference between working directory and last commit
- How to change branch
- How to list all commits
See more codes...