Last active
November 2, 2015 23:56
-
-
Save dalehenrich/db108707a74b8f0a4291 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME | |
project log - Browse commit log for the Metacello project (git only) | |
SYNOPSIS | |
project log [--limit=<max-commit-log-entries>] <project-name> | |
DESCRIPTION | |
OPTIONS | |
--limit =<max-commit-log-entries> | |
Number of log entries will be limited to the specified number. the default limit | |
is 100. | |
EXAMPLES | |
project log Tode | |
project log -limit=100 Tode | |
NOTE - use the `tode it` menu item to run the examples directly from this window. | |
SEE ALSO | |
browse method --spec `TDMetacelloTool>>projectlog` | |
NOTE - use the `tode it` menu item to run the commands directly from this window. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment