How do I Pull a source code sent from a friend from Bitbucket?
And where do i locate it?
Welcome to the community!
If you have not yet cloned the repository to your local system then the first you need to clone the repository, once you clone the repo it will include all the data/file that is there in the repository.
If you have been already cloned the repository to your local instance and now just you want to pull the changes that have been done recently then use git pull on the branch.
Please have a look at the below article for more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.