How to remove secret passwords from git commit history after push

Опубликовано: 25 Ноябрь 2022
на канале: Abhi Raj
3,751
36

by the way i have cold that's why my voice is so sexy in the video

this might not be the best solution but if you are in hurry i think this could be pretty helpful


commands:

//git make a ophan brnach and checkout
git checkout --orphan latest_branch

//git add all files
git add .

//git commit message
git commit -m "commit message"

//git delete your main/master brnach (if you have main write main instead of master everywhere below)
git branch -D master

//git rename your orphan latest_branch to master
git branch -m master

//git push damn everything
git push -f origin master


Смотрите видео How to remove secret passwords from git commit history after push онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Abhi Raj 25 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,751 раз и оно понравилось 36 людям.