A git command that opens an editor to stage or unstage files.
Project description
This command represents a faster alternative to git add -i or git gui. It allows you to stage or unstage files from the index in an editor, just like when you perform an interactive rebase.
For example, let’s assume you have the following three modified files (git status --short):
M path/to/file1
M another/path/to/file2
M yet/another/path/to/file3
After running git edit-index, an editor will show up with the above output. To stage (add) the first two files, simply change the text to
A path/to/file1
A another/path/to/file2
M yet/another/path/to/file3
The supported statuses are M, A, D, and ?. They allow you to not only stage files but also unstage them, delete them, or revert changes done to them since the last commit.
See the project’s homepage for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file git-edit-index-0.7.tar.gz
.
File metadata
- Download URL: git-edit-index-0.7.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 856acd9c716405d753da39f52892a12139c4c38c7030d40357863a3240920429 |
|
MD5 | 6884f69f867dcf0a80bc4700433d0da8 |
|
BLAKE2b-256 | 5389cb7fc226e141058f9974560b5e26057acc46df3099b6a2b7687f0af5070d |