echo "Repo: $(basename `git rev-parse --show-toplevel`)"
echo "Branch: $(git branch --show-current)"
echo "Remote: $(git remote get-url origin)"
For further actions, you may consider blocking this person and/or reporting abuse
echo "Repo: $(basename `git rev-parse --show-toplevel`)"
echo "Branch: $(git branch --show-current)"
echo "Remote: $(git remote get-url origin)"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)