How can I sync a repo on which I am a collaborator? #680
Answered
by
ViscousPot
SamuelWhittle
asked this question in
Q&A
-
|
Is it possible to use git sync to manage repos on which I am not the owner but am a collaborator? |
Beta Was this translation helpful? Give feedback.
Answered by
ViscousPot
Dec 8, 2025
Replies: 1 comment 1 reply
-
|
Yep, as long as you have read/write access. Even if you only have read access you can at least clone. GitSync tries to behave like any other git client :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SamuelWhittle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, as long as you have read/write access. Even if you only have read access you can at least clone.
GitSync tries to behave like any other git client :)