This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
Text in commit dot
Add the ability to put some text in the commit dot:
branch.commit({
message: "Do something awesome",
commitDotText: "A1"
});
See #196.
Thx @carlorivera 🎉