You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How do I make sure Forked repo is visible to only me not anyone in company?.
And after forking the repo , whatever we do in this forked repo, it does not impact the original repo, am I correct?
And 3rd question is when we enable fork sync while doing forking, does it allow parallel changes would sync automatically to forked repo whatever we do in original repo?
Hi @Shyam
G'Day!
How do I make sure Forked repo is visible to only me not anyone in company?.
It depends on the location you want the repositories to be forked. If it's your personal Workspace then only you have access if you don't have anyone else in your Workspace. You can also create a new Workspace and fork it over to there so you'll be the only one who have access.
In short, this depends on the Workspace you wish to store the fork repositories.
after forking the repo , whatever we do in this forked repo, it does not impact the original repo, am I correct?
Correct, any changes made in the forked repo will not be synced automatically to the original repositories.
when we enable fork sync while doing forking, does it allow parallel changes would sync automatically to forked repo whatever we do in original repo?
We only have sync features from original repositories to the fork repositories and it's not vice versa. So. you can't sync changes from forked to original repositories. You can only update the changes via pull request.
I highly suggest you check out our documentation for more information at
Hope this helps
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.