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?
git push xx#prod#1
miss remote name. E.g. it should begit push origin xx#prod#1
or something. Not sure how to print this in CLI output.git push origin xx#prod#1
orgit 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