Avatar 我的惆怅几时荡漾起微恙的涟漪
于风中,于梦里,化作尘泥落红,只余香如故。

clear git branch commit


git checkout --orphan latest_branch

git add -A

git commit -am "commit message"

git branch -D master

git branch -m master

git push -f origin master

all tags