camp log
Show git log of the campaign
Synopsis
Show git log of the campaign root repository.
Works from anywhere within the campaign - always shows the log of the campaign root repository.
Use --sub to show log of the submodule detected from your current directory. Use --project/-p to show log of a specific project.
Examples: camp log # Full log camp log -5 # Last 5 commits camp log --oneline # One line per commit camp log --graph # Show branch graph camp log --sub # Log of current submodule camp log -p projects/camp --oneline # Log of camp project
camp log [flags]
Options
-h, --help help for log
Options inherited from parent commands
--config string config file (default: ~/.obey/campaign/config.yaml)
--no-color disable colored output
--verbose enable verbose output
SEE ALSO
- camp - Campaign management CLI for multi-project AI workspaces