Horje
how to revert last pushed commit Code Example
how to revert last pushed commit
To reset a brancj to some good commit:

In the server, move the cursor back to the last known good commit:

git push -f origin <last_known_good_commit>:<branch_name>

Locally, do the same:

git reset --hard <last_known_good_commit>
#         ^^^^^^
#         optional




Shell

Related
curl output to stdout Code Example curl output to stdout Code Example
ubuntu sha256 Code Example ubuntu sha256 Code Example
curl post form Code Example curl post form Code Example
how to install linux headers on arch Code Example how to install linux headers on arch Code Example
how to grep curl verbose Code Example how to grep curl verbose Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11