Bfg-repo-cleaner: error: failed to push some refs to 'https://github.com/Adnansamiuu/Ecommerce-ful-project.git'

Created on 18 Nov 2019  路  4Comments  路  Source: rtyley/bfg-repo-cleaner

Most helpful comment

When you use BFG, you change your commit history, and it will no longer be compatible with the remote repository. You need to push with the --force flag to overwrite the remote repository.

Please note that force-pushing is an irreversible operation, make sure the local version of your repository is what you want to keep!

All 4 comments

When you use BFG, you change your commit history, and it will no longer be compatible with the remote repository. You need to push with the --force flag to overwrite the remote repository.

Please note that force-pushing is an irreversible operation, make sure the local version of your repository is what you want to keep!

BFG also removes any sort of GPG Signatures you have placed on your commits. Unsure whether it should be done.

how to do it??

Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: reqdis/webapp (modified content, untracked content)
modified: web_app (modified content, untracked content)
modified: webapp_cookie (modified content, untracked content)

no changes added to commit (use "git add" and/or "git commit -a")
after commiting . I am seeing this int my git. I am unable to open my folders in git

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

funct7 picture funct7  路  4Comments

notslang picture notslang  路  5Comments

cnmade picture cnmade  路  7Comments

jtheletter picture jtheletter  路  5Comments

jceaser picture jceaser  路  6Comments