Thoughts on providing a --git flag (name WIP) to the cli that would run git instead of fshere? Would need to solve for elegantly running a git command in node but would be helpful.
Scenario: I have to rename a ton of files in a git repo but i need to use git mv so i don't lose history.
I would be open to building this, just wanted to get initial thoughts and if it sounds like something you would like to add, any suggestions/requirements come to mind?
Thoughts on providing a
--git
flag (name WIP) to the cli that would rungit
instead offs
here? Would need to solve for elegantly running a git command in node but would be helpful.Scenario: I have to rename a ton of files in a git repo but i need to use
git mv
so i don't lose history.I would be open to building this, just wanted to get initial thoughts and if it sounds like something you would like to add, any suggestions/requirements come to mind?