Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrajobst/git-istage
Make staging whole files, as well as parts of a file, up to the line level, a breeze.
https://github.com/terrajobst/git-istage
Last synced: 28 days ago
JSON representation
Make staging whole files, as well as parts of a file, up to the line level, a breeze.
- Host: GitHub
- URL: https://github.com/terrajobst/git-istage
- Owner: terrajobst
- License: mit
- Created: 2015-10-04T10:17:05.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T00:13:34.000Z (10 months ago)
- Last Synced: 2024-10-28T18:14:59.157Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 1.35 MB
- Stars: 176
- Watchers: 10
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - git-istage - Make staging whole files, as well as parts of a file, up to the line level, a breeze. (C# #)
README
# git istage
[![CI](https://github.com/terrajobst/git-istage/workflows/CI/badge.svg)](https://github.com/terrajobst/git-istage/actions?query=workflow%3ACI)
[![nuget](https://img.shields.io/nuget/v/git-istage.svg)](https://www.nuget.org/packages/git-istage/)This git extension is designed to be a better alternative to `git add -p`.
The goal is to make staging whole files, as well as parts of a file, up to
the line level, a breeze. See [documentation](docs/about.md) for details.[![](docs/thumbnail.png)](https://www.youtube.com/watch?v=2nNJly4uim0)
## Installation
$ dotnet tool install git-istage -g
### CI Builds
$ dotnet tool install git-istage -g --add-source https://nuget.pkg.github.com/terrajobst/index.json
## Documentation
See [documentation](docs/about.md) for details.