You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running gin upload <filename> it is not clear from the documentation that this operation includes a gin commit <filename>. E.g. gin upload --help yields the following example, indicating only previously committed changes will be uploaded.
Examples:
Upload all previously committed changes to remote named 'labdata'
$ gin upload --to labdata
I think the documentation should clearly state, that gin upload runsgin commit first.
This issue refers to the GIN command line client 1.11 Build 001459 (103e923)
The text was updated successfully, but these errors were encountered:
When running
gin upload <filename>
it is not clear from the documentation that this operation includes agin commit <filename>
. E.g.gin upload --help
yields the following example, indicating only previously committed changes will be uploaded.I think the documentation should clearly state, that
gin upload
runsgin commit
first.This issue refers to the GIN command line client 1.11 Build 001459 (103e923)
The text was updated successfully, but these errors were encountered: