Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.