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
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