lemillermicrosoft / skonsole

A collection of Plugins and example console application built on the Semantic Kernel
MIT License
42 stars 6 forks source link

Use current git branch as the default + bugfix. #23

Closed RogerBarreto closed 1 year ago

RogerBarreto commented 1 year ago

Summary:

Changed the targetBranch to by default use the current. This is intended to allow me to use the command from my local branch without needing to retype it, mainly when the project default branch is not main.

Adjusted the git process to run actually where the command is requested (to allow debugging targetting other projects)

This PR also corrects a bug in the OpenAI Turbo default value.

Changes:

Fixes: image