-
Undo git pushComputer/linux 2017. 10. 22. 07:01
Sometime, I would like to remove what I push into the git branch, in that case, the following two steps can give me a way to do so..
1) check the hash if you want to revert....
2) git push -f origin hash_id_if_you_want_to_rever:branch_name
'Computer > linux' 카테고리의 다른 글
git repository mirror creation (0) 2020.05.02 Combine multiple PDF files to a pdf file (0) 2017.08.28 how to acceess udev rule parameter (0) 2017.08.25