gitman
gitman copied to clipboard
Add dependencies from the CLI
Something like:
-
gitman add https://github.com/foo/bar -
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.