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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -