git-plus icon indicating copy to clipboard operation
git-plus copied to clipboard

git-mv

Open evanp opened this issue 8 years ago • 3 comments

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

evanp avatar Jun 30 '16 15:06 evanp

It might be nice to do it automatically when a file is renamed within the Atom UI.

evanp avatar Jun 30 '16 15:06 evanp

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.

akonwi avatar Nov 07 '16 17:11 akonwi

I was surprised not to see this feature in the package... must-have imho.

tonystar avatar Dec 08 '17 11:12 tonystar