-2

I am working for client , he had asked me to push the code to bitbucket , he had provided me the write access but repo is private , I don't trust the client , is there any way like i can delete the code incase he had removed the access from repo ?

Cod
  • 179
  • 1
  • 12

1 Answers1

0

Short answer no.

Any code you push is now available for them to view so long as they own the repo. You can try to amend a commit.

Ultimately they will still have local copies even if you do manage to make changes on bitbucket.

Possible duplicate of how-to-remove-specific-commits-from-git

W-B
  • 850
  • 5
  • 16