I made a commit by adding a 300 MB database dump. Immediately did not notice, and made another commit. How can I remove dump files from the Bazaar version control system? It will be difficult to transmit to Launchpad such a large amount of information, which is also not necessary for control.

    1 answer 1

    You can remove the last commit with the uncommit command from the version control .

    • Judging by the answer, should I create a new branch, clearing data on previous changes? It is difficult to pull the branch to 80mb, when the whole project does not weigh even 10kb. - dark123us