Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 255 Bytes

Hello, World!

Clear branch history

git checkout --orphan latest_branch
git add -A
git commit -am "Clear history"
git branch -D master
git branch -m master
git push -f origin master

stackoverflow.com