git-edit-index icon indicating copy to clipboard operation
git-edit-index copied to clipboard

A git command that opens an editor to stage or unstage files.

Results 6 git-edit-index issues
Sort by recently updated
recently updated
newest added

``` $ git st On branch ... Changes to be committed: (use "git reset HEAD ..." to unstage) renamed: X.scala -> Y.scala Changes not staged for commit: (use "git add...

enhancement

It would be useful to add support for files having merge conflicts (status `U`).

enhancement

In #9, a preliminary support for ignored files was implemented. Next, the handling of ignored files can be improved by the ability to add files into `.gitignore`. As noted in...

enhancement

It would be useful to add support for partially staged files (status `MM`).

enhancement

It would be useful to add support for copied files (status `C`).

enhancement

It would be useful to add support for renamed files (status `R`).

enhancement