bitbucket - Remove files from git repository without cloning it -


for reason repository on bitbucket need clone contains large files don't require.

is possible clone repository without these files ? or maybe possible delete these files without cloning repo in first place?

with git cannot clone partially repository
bitbucket, can delete directly file website

  1. open bitbucket , go dashboard of repo
  2. click on source
  3. select branch
  4. click on file want delete
  5. near of edit button, select arrow, , delete
  6. edit commit message
  7. [optionnal] can create pull request
  8. validate commit
  9. enjoy

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -