Imagine I have a mercurial repo hosted on bitbucket, and I accidentally commited & pushed some binary files. I know I could run convert on the repo, and exclude those files, leaving me with the repo in a better state. Do I need to delete the entire bitbucket repo and create it again, or I could somehow do a force push, and have mercurial deal with it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If there's an option to strip revisions, you can simply do that. However, in any case, anyone who has pulled from your repository since you committed the files will have to re-clone. |
|||||||
|
|
If I run |
|||
|
|
|
Why not just use the |
|||
|
|