Something like: 1. `gitman add https://github.com/foo/bar` 2. `gitman add https://github.com/foo/bar@abc123` The use of `@` to specify `rev` matches the `lock` command, updated by https://github.com/jacebrowning/gitman/issues/98.
Something like:
gitman add https://github.com/foo/bargitman add https://github.com/foo/bar@abc123The use of
@to specifyrevmatches thelockcommand, updated by #98.