Home > git-zip-branches

git-zip-branches

Git-zip-branches is a project mainly written in Shell, it's free.

Combine two branches into one with date ordered commits.

!!!WARNING!!!

This script has not quite had the final polishing.

Even when it has, it may mess up your repo. Make sure, that you are working on a copy. (cp -R ).

It can't safely zip across merges.

DESCRIPTION This script combines two branches into one with the commits date ordered.

You will have to clean up yourself afterwards.

I recommend gitg for visualizing states before and after.

Usage: git-zip-branches.sh

Previous:demo_app