Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 163 Bytes

File metadata and controls

9 lines (8 loc) · 163 Bytes
git checkout --orphan TEMP_BRANCH
git add -A
git commit -am "Initial commit"
git branch -D master
git branch -m master
git push -f origin master