gitwrap icon indicating copy to clipboard operation
gitwrap copied to clipboard

feature request: command option --setGitOptions

Open ElTopo opened this issue 6 years ago • 1 comments
trafficstars

Somehow gitwrap or cmd console don't handle colors correctly, see the difference between "wsl git" and gitwrap: screenshot - 2_9_2019 5_35_33 pm

Anyway, can we have a new command option for gitwrap: --setGitOptions? like, if I do

gitwrap --setGitOptions "-c color.ui=never --no-pager"

then gitwrap will always run git with -c color.ui=never --no-pager, instead of just git.

Android Studio does not work if I configure git as "gitwarp -c color.ui=never".

ElTopo avatar Feb 10 '19 01:02 ElTopo

Sure! That's a great idea :) thanks for the suggestion.

ardevd avatar Feb 10 '19 06:02 ardevd