iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
142 stars 16 forks source link

Fix suggested Git command #283

Closed aguschin closed 2 years ago

aguschin commented 2 years ago

git push xx#prod#1 miss remote name. E.g. it should be git push origin xx#prod#1 or something. Not sure how to print this in CLI output. git push origin xx#prod#1 or git push <remote> xx#prod#1 to avoid blindly copy-pasting and running the suggestion?

Originally posted by @aguschin in https://github.com/iterative/gto/issues/114#issuecomment-1237894477