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
When Git for Windows is installed as a 3rd-party component, it may make sense to override default options, such as "Add Git to the PATH". Let's support that via additional command-line options.
The best way is most likely to add a call similar to ExpandConstant('{param:Choose'+Key) to the ReplayChoice function. A little different, though, because parameters cannot contain spaces.
The text was updated successfully, but these errors were encountered:
When Git for Windows is installed as a 3rd-party component, it may make sense to override default options, such as "Add Git to the PATH". Let's support that via additional command-line options.
The best way is most likely to add a call similar to
ExpandConstant('{param:Choose'+Key)
to theReplayChoice
function. A little different, though, because parameters cannot contain spaces.The text was updated successfully, but these errors were encountered: