mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
3 lines
85 B
Bash
Executable file
3 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
git log -1 --format="%h - %an, %ar : %s"
|
|
git reset HEAD~1 --soft
|