I have an account in Bitbucket.
I have made a branch and want to download ONLY the files in that branch.
If I goto Bitbucket and click on the branch, then click Diff... I can see the long list of files I have edited but cannot just download them.
If I goto Downloads then download the branch, it obviously gives me the whole project (not just the files modified within the branch)
Any ideas?
The reason I want to be able to do this
is because I found that if I work using git and have these branches... The files are either on my local machine, or in Bitbucket...
At the point when i'm happy with a branch version, I need to upload the new file changes to our server.
It would be lovely to have just these files because then I can simply sling them into filezilla and it upload to our server.
Other notes
I am on my dev branch at the moment under the one repository for a project, and I could just upload every file in that branch to my server. But because it's so slow to upload to the server (20 minutes), it would be nice to just upload the affected files instead... to speed things up.
Related questions: