DEV Community

Discussion on: Git Commands ( to ease your development 🤗 )

Collapse
 
zaff profile image
Zafer Gurel • Edited

If you're working with a remote repository and want to see the location of this remote repo, the following command might be helpful:

git remote -v

In addition to that, tagging is also a crucial feature of git. So, git tag command is also worth exploring.