I'm completely new to Git and Bit Bucket and I have the basic understanding of it. I have a developer Virtual machine instance which has all the configurations and workspace (which is local repository) related to my project. I was asked to fork the master repository inside bit bucket and get the latest code from remote to workspace. I have created a fork repository on bit bucket and I need suggestions on how to checkout the code to my workspace.
- Do I need to create a branch for the fork repository and pull the branch to workspace? I see that the clone URL of Master and forked repository are shown as same in bit bucket.
- My workspace has some of the projects that are already in the workspace. I need to merge all the projects with the latest projects in my forked repository without deleting my existing projects in the workspace. (I don't want to mess up with my configurations). Can anyone explain how to merge?