This repository was archived by the owner on Mar 30, 2026. It is now read-only.
0.6.2 (2023-03-29)
Fixes
- Fixed bug in 'subgit init' where the command would not work if there was no '.subgit.yml' file present. #51
- Fixed bug in 'subgit pull' where subgit would not do a pull if there are changes on the remote. #52
- Renamed sub-command 'subgit import' to 'subgit inspect'. This command will no longer write a new subgit config file. Instead it will write the configuration file to stdout as it would look so the user can redirect the output in to a file of their choice. #53