πŸ“˜
πŸ“˜
πŸ“˜
πŸ“˜
Git-Help
Git Cheatsheet
Search…
A Simple Git Help
Basics
Git Branching
Pull Request
Submodules
Commands / Actions
Commit changes to other branch
git log
git status
git init
Amend a commit
Reset a file or full
Undo git add
Get remote repo url
Add or Set Remote URL
delete branch
Credits & Other
Other good links
Credits
Powered By GitBook
Get remote repo url
How to get remote repository url
To get remote url run
git config --get remote.origin.url
To get all the remote details
git remote show origin
For more details check https://stackoverflow.com/questions/4089430/how-can-i-determine-the-url-that-a-local-git-repository-was-originally-cloned-fr​
Commands / Actions - Previous
Undo git add
Next - Commands / Actions
Add or Set Remote URL
Last modified 10mo ago
Copy link