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

https://github.com/zmanji/git-squash

A git command that lets you squash all commits in a feature branch into one commit.
https://github.com/zmanji/git-squash

git

Last synced: 2 months ago
JSON representation

A git command that lets you squash all commits in a feature branch into one commit.

Awesome Lists containing this project

README

          

# git-squash #
A git command that lets you squash all commits in a feature branch into one
commit.

## Usage ##
`git-squash `

## Build Instructions ##
Setup a virtual env with:

```
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements-dev.txt
pip-sync requirements-dev.txt requirements.txt
```

Then run

```
python setup.py bdist_pex
```

to get a binary.