0

How to remove URL in gitlab

i need to remove remote URL from my repository. please share commands to remove URL.

gitlab Add a comment
stalin
asked Oct 24 2017

Answer

0

first check available remote URL by using git remote -v . then remove URL by using git remote rm and mention your URL after this command.

Add a comment
arunkumarak
asked Oct 24 2017
edited Oct 05 2018
Post your Answer