@
@
@Twitt2019-10-13 12:31:28
git
@Twitt, 2019-10-13 12:31:28

If there has ever been data in a repository that you don't want to show to anyone, will it go down in history?

During development, he did something stupid, made index.php, in which he directly wrote a password, login and api token for testing, while pushing it into the repository is the whole thing.
Then he came to his senses, deleted this data from index.php, pushed it again, and now there is a question:
if someone does a git clone of this repository, will he be able to see that the password, login and token were in the history? If so, what's the best way to go about wiping it out? Force push?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daria Motorina, 2019-10-13
_

If the data is pushed into the turnip, it is already compromised, you need to change the real login, password and token.
Tool for cleaning such data from the reference github: link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question