gpt4 book ai didi

GIT:意外包含密码..我该如何解决?

转载 作者:IT王子 更新时间:2023-10-29 01:29:27 24 4
gpt4 key购买 nike

在提交时,我不小心包含了一个密码。如何从存储库中删除此提交?

推送到 github,因此从历史记录中完全删除提交很重要。

最佳答案

你应该这样做:

git log --oneline -S <COMMIT_SEARCH_PATTERN>

# Copy the commit hash

git rebase - i <COMMIT_HASH>~1

# Change the marker to **drop**
# Exit from the editor

git rebase --continue
git push --force

关于GIT:意外包含密码..我该如何解决?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5099333/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com