Last active
March 4, 2021 12:33
-
-
Save ahmadshobirin/9b1a4637cd150b1d01fa2bde7ecd9de6 to your computer and use it in GitHub Desktop.
Revisions
-
ahmadshobirin renamed this gist
Mar 4, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ahmadshobirin renamed this gist
Mar 4, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ahmadshobirin created this gist
Mar 4, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ ### Revert the full commit ## Move to branch target ex: master git checkout {branch} ## Get commit id from the repo or git log and reseted git reset --hard {commit_id} ## Last, push with update forced git push origin -f