Git-Note icon indicating copy to clipboard operation
Git-Note copied to clipboard

adding git push force

Open chuanxd opened this issue 9 years ago • 0 comments

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

chuanxd avatar Jan 12 '16 09:01 chuanxd