0

How can I fork a repository which is hosted in the server? I have the .git path. I searched a lot and found out that it is possible in Gitlab, Github, Bitbucket using the options they have. But how can we fork it if it is stored in server using command line.

madhuri H R
  • 699
  • 1
  • 10
  • 26
  • What do you mean by _I have the .git path_ ? The URL ending by _.git_ or the folder _.git_ ? What you have found ? Post links. Fork are just a clone of a repository with another remote repository URL where you can add changes. – Vinetos May 23 '20 at 08:11
  • Just use `git clone` ...providing whatever valid URI. Whatever you mean by "in the server"; this question does not even tell which "server" you are talking about; as Git by itself is no server. And also, this has absolutely nothing to with `android`. – Martin Zeitler May 23 '20 at 08:30

0 Answers0