Shows the commit logs.
tug logs [flags]
-a, --all Pretend as if all the refs in refs/, along with HEAD, are listed on the command line as <commit>. If set on true, the --from option will be ignored.
-c, --breaking-changes Only shows breaking changes
-f, --from string Logs only commits reachable from this one (default "HEAD")
-h, --help help for logs
--no-color Disable color output
-s, --scope stringArray Filter commits by scope (repeatable option)
--since string Show commits more recent than a specific date
-t, --type stringArray Filter commits by type (repeatable option)
--until string Show commits older than a specific date
Powered by Doctave