diff options
| author | Alex Scerba <alex@scerba.org> | 2026-06-24 10:58:22 -0500 |
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2026-06-24 10:58:22 -0500 |
| commit | 5c40b004d7b0343f0467984bb0e4bf7f8e86fcf3 (patch) | |
| tree | e2f230a5152872ebf7541efac79402cbd6739ed2 | |
| parent | 5ba34a873fda204cf29931438f4b2d15b77fa11c (diff) | |
Reminder for reverting commits.
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,4 +28,5 @@ This is my personal website that takes the place of [alexscerba.org](https://ale ## Useful Commands
* magick image.jpg -resize 1000x1000 image_1000.jpg
-* for file in $(ls -1 | sed 's/\.[^.]*$//'); do convert "$file.jpg" -resize 1000x1000 "$(echo $file)_1000.jpg"; done
\ No newline at end of file +* for file in $(ls -1 | sed 's/\.[^.]*$//'); do convert "$file.jpg" -resize 1000x1000 "$(echo $file)_1000.jpg"; done
+* git reset --soft HEAD~1
\ No newline at end of file |
