Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/federicoceratto/git-split
- Owner: FedericoCeratto
- License: gpl-3.0
- Created: 2019-03-23T12:12:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T12:23:35.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T04:18:45.817Z (12 days ago)
- Topics: git, git-flow, git-split, git-workflow, meld, vimdiff
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.