hi,
I am able to fork my repo success fully in bit bucket but while i am changing the files in forked repo it will not replicate in original repo as per the concept of fork
Can you please help me out of this
The changes on the forked repository will not reflect on the upstream repository as this is an expected behavior. The forked repository is considered as a staging environment/repository which the upstream repository as the production environment/repository. The changes can be only applied from the forked repository to upstream repository via the pull request - Merging a fork
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.