microsoft / VFSForGit

Virtual File System for Git: Enable Git at Enterprise Scale
MIT License
5.97k stars 453 forks source link

Rename the CLI executable #131

Open sanoursa opened 6 years ago

sanoursa commented 6 years ago

Once a new CLI name has been settled on in #130, rename the executable for both Windows and Mac builds, and update installers accordingly.

For Windows only, add in a new gvfs.exe that just redirects to the new CLI.

ttaylorr commented 6 years ago

Surfacing my comment in https://github.com/Microsoft/VFSForGit/issues/72#issuecomment-406453630:

CLI: git-vfs.exe / git-vfs

  • Sample usage: git vfs clone, git vfs mount, etc

I'm joining in late here, but would like to draw attention to the proposed sample usage as above. This is a single character difference from Git LFS's CLI invocation, git lfs, and I am concerned that this will cause confusion amongst users.

sanoursa commented 6 years ago

@ttaylorr also see #130

This issue is for executing the rename, not for deciding what the name should be. I'll clarify the original description.

ttaylorr commented 6 years ago

This issue is for executing the rename, not for deciding what the name should be. I'll clarify the original description.

Thanks for clarifying; I don't want to clutter this issue with something that should be happening elsewhere. Let's move that discussion there.