Created
January 15, 2016 18:50
-
-
Save seansawyer/1bec85bd29f22e63cf14 to your computer and use it in GitHub Desktop.
Cool Shell Things
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 characters
# Meta Man | |
man man | |
# When your last commit has some garbage author info - maybe you committed in a VM or something | |
git commit --amend --reset-author | |
# Sudo do the last thing I said | |
sudo !! | |
# Remove an item from your history - maybe you typed your password by accident | |
history -d 42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment