xltrail / git-xl

Git extension: Makes git-diff work for VBA in Excel workbooks (xls* file types)
https://www.xltrail.com/git-xl
MIT License
559 stars 72 forks source link

Change "git xl install [--local]" to "git xl enable [--global]" #55

Open fzumstein opened 4 years ago

fzumstein commented 4 years ago

I know that the CLI has been inspired by how git lfs works, but I find it confusing to use "installing" for the process of running the graphical installer and again for enabling the extension on a repo or global basis.

Also, I'd expect the default to be local, like you also have to provide a --global flag with things like git config --global user.name.

franklesniak commented 3 years ago

I had the same thought: I primarily work with repos that don't use Excel, so I would not want global enablement to be the default.