Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgrz/test_sensitive_data

Check Readme
https://github.com/kgrz/test_sensitive_data

Last synced: about 2 months ago
JSON representation

Check Readme

Awesome Lists containing this project

README

        

If I commit some sensitive data, and then `git reset` it after realizing
the fact, that commit can still be restored using `git reflog`. This is
a test to see if that part of history persists across remote repos.

Test scenario:

1. Add sensitive data and commit
2. Reset that commit
3. Do a push
4. Clone in a different folder and see if that gets transferred.

The answer is no