Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/federicoceratto/git-split

Split old commit in git using vimdiff or meld
https://github.com/federicoceratto/git-split

git git-flow git-split git-workflow meld vimdiff

Last synced: 4 days ago
JSON representation

Split old commit in git using vimdiff or meld

Awesome Lists containing this project

README

        

## git-split
Split an old commit in git using vimdiff or meld.

### Installation:

Clone or copy git-split in your $PATH

### Usage:

Create a backup copy of your work.

Run git split at the root of your repository.

```bash
$ git split
```

git-split displays the previous contents of the file on the tab on left (.begin) and the future contents on the right (.end)

Edit the file in the central column and save it.

git-split then asks to commit the changes between the left and center column.

Later at asks to commit the changes between the center column and the right column.

To split a commit into more than two run git-split multiple times.