Reset Git History
git checkout --orphan latest_branch
git add -A
git commit -am "init [skip ci]"
git branch -D main
git branch -m main
git push -f origin main
git checkout --orphan latest_branch
git add -A
git commit -am "init [skip ci]"
git branch -D main
git branch -m main
git push -f origin main
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |