Question

I am going to work on a project hosted by assembla / git.
when i do in my visual studio git extension plugin "Git" > "Clone repository",
I need to chose "Repository type" - What is the difference ? Was this defined when i created the repository ? Since i didnt create i only use it, i dont know what to choose.
Thanks

Was it helpful?

Solution

The difference between public and personal git repository:

Public = Anyone can see this repository. You choose who can commit.

Private (I think you mean this with personal) = You choose who can see and commit to this repository.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top