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
Can we create the same for gitolite? It would be somewhat redundant since the interface to "releases" (i.e. git tags) is already straightforward on the command line. It would be the difference between
git clone [email protected]:datasets/uk-biobank-processed && cd uk-biobank-processed && git tag -l
but the advantage of the latter is you could look through releases without having to download anything first; and then you could download only the minimally necessary part (with clone -b):
Github has these nice release summaries: https://github.com/spinalcordtoolbox/optic_models/releases
Can we create the same for
gitolite
? It would be somewhat redundant since the interface to "releases" (i.e. git tags) is already straightforward on the command line. It would be the difference betweenand
but the advantage of the latter is you could look through releases without having to download anything first; and then you could download only the minimally necessary part (with
clone -b
):The text was updated successfully, but these errors were encountered: