Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kgrz/test_sensitive_data
- Owner: kgrz
- Created: 2014-12-25T06:19:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T06:21:38.000Z (about 10 years ago)
- Last Synced: 2023-03-12T07:18:59.472Z (almost 2 years ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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