Horje
github cancel last push Code Example
github cancel last push
# to undo a git push
git push -f origin HEAD^:master

# to get to previous commit (preserves working tree)
git reset --soft HEAD

# to get back to previous commit (you'll lose working tree)
git reset --hard HEAD^




Shell

Related
start apache server in ubuntu Code Example start apache server in ubuntu Code Example
vim replace last match on every line Code Example vim replace last match on every line Code Example
nextjs init Code Example nextjs init Code Example
change commit date Code Example change commit date Code Example
vim replace text at end of line Code Example vim replace text at end of line Code Example

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