Optimizing Your Development Workflow with Bash Scripts!
Open Git Repository:
git remote get-url origin | xargs open
The command retrieves the URL of the "origin" remote repository and opens it in the default web browser. This is useful when you want to quickly visit the remote repository's webpage withou...
itsvinayak.hashnode.dev2 min read