chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

Allow environment variables to be passed to git #104

Closed Bo98 closed 3 years ago

Bo98 commented 3 years ago

This allows environment variables to be forwarded to Git. This includes anything from here, but also some curl variables such as HTTP(S) proxies.

chriswalz commented 3 years ago

@Bo98 Thanks for the PR. How did this problem come about?

Bo98 commented 3 years ago

I don't know if it's a new problem or not - I just tried using a env variable for the first time and it didn't work.