Skip to content

0.6.2

Latest

Choose a tag to compare

@Grokzen Grokzen released this 29 Mar 12:17
· 16 commits to master since this release

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