chuanxd / Git-Note

Something about Git.
26 stars 0 forks source link

adding git push force #5

Open chuanxd opened 8 years ago

chuanxd commented 8 years ago
git push origin master --force

git push https://git.... --force

//short
git push origin master -f

refs http://stackoverflow.com/questions/5509543/how-do-i-properly-force-a-git-push