I need to read .git folder having below git remote url within my groovy script using grgit APIs.
url = [email protected]:***/****.git
Can you please help
I need to read .git folder having below git remote url within my groovy script using grgit APIs.
url = [email protected]:***/****.git
Can you please help
I could do as below