Skip to content

owenthereal/git-rebase-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-rebase-merge

A bash script to rebase and merge a Git topic branch to current branch.

Usage

# Assuming current branch is master,
# it reabses a list of topic branches on top of master and then merge into master
$ git-rebase-merge topic-branch1 topic-branch2 ...

Install

$ curl https://raw.github.com/jingweno/git-rebase-merge/master/install | sh

Uninstall

$ curl https://raw.github.com/jingweno/git-rebase-merge/master/uninstall | sh

License

See LICENSE

About

A bash script to rebase and merge a Git topic branch to current branch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published