Hi,
I have created a team project on BitBucket, pushed some code to git and started filling issues and wiki.
Now I realize that I should have pushed different code in a different way (i.e. don't push passwords and configuration, don't push history, etc).
Is there a way to remove the code but keep wiki and issues?
Thanks.
This information posted by GitHub might help: https://help.github.com/articles/remove-sensitive-data
Do you mean doing something like this "git filter-branch --force --index-filter 'git rm -rf --cached --ignore-unmatch *' --prune-empty --tag-name-filter cat -- --all"?
Tried that, it leaves the current repo empty, but the history of commits is still there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.