git fetch
Use this command when you need to download information from a repo. Here is the documentation.
Or, if using the VS Code Source Control extension:

git checkout feature/New-Features
Use this command when you need to work on a different branch. Here is the documentation.
Or, if using the VS Code Source Control extension:

Before working on a new branch created from Bitbucket, you will need to run git fetch first