Perform Git file operations with :GMove, :GDelete, and :GRename
masterUse these commands to manage files within the Git index and working directory:
:GMove: Performs agit mvon the current file and updates the buffer name to match.:GRename: Performs agit mvwith a destination filename relative to the current file's directory.:GDelete: Performs agit rmon the current file and deletes the buffer.:GRemove: Performs agit rmon the current file but leaves the (now empty) buffer open.:Gwrite: Writes to both the work tree and index versions of a file.