5 ms·
I use the `%f` format option. I have a `bn` alias ("branch name"): git show --no-patch --format=%f [<commit>]
by davelee 11mo ago
I use the `%f` format option. I have a `bn` alias ("branch name"):
git show --no-patch --format=%f [<commit>]
- ytreister 11mo agoInteresting idea, however, don't you first need to create the branch before you start committing commits?