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
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
When running the subgit init command you are rewarded with an empty config file. This doesn't help the user of subgit in any usable way. We should look to vagrant init as a good example on how to do this.
When running the
subgit initcommand you are rewarded with an empty config file. This doesn't help the user of subgit in any usable way. We should look tovagrant initas a good example on how to do this.Current behaviour:
Expected behaviour:
We could even include comments for each key (
url,revision, etc).