git-plus
git-plus copied to clipboard
git-mv
I couldn't find a command in the palette for git-mv or rename. Maybe I'm just missing it...?
https://git-scm.com/docs/git-mv
It might be nice to do it automatically when a file is renamed within the Atom UI.
You can use the Git Run
command and enter mv ...
. This will allow you to run commands that aren't part of the package.
This doesn't seem like a common enough command to include it as part of the package. It may be useful to do it automatically on file renames though. That could be introduced as a configuration setting.
I was surprised not to see this feature in the package... must-have imho.