gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
496 stars 19 forks source link

Respect top-level git flags #198

Open epage opened 2 years ago

epage commented 2 years ago

Git has flags like git --git-dir. I'm assuming it communicates these to subcommands. We should read them and respect them.

epage commented 2 years ago

This came up in #195