DEV Community

Query Filter
Query Filter

Posted on

repo

echo "Repo: $(basename `git rev-parse --show-toplevel`)"
echo "Branch: $(git branch --show-current)"
echo "Remote: $(git remote get-url origin)"

Enter fullscreen mode Exit fullscreen mode

Top comments (0)