Skip to content

purajit/gitstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Installation

add .gitstack to your global gitignore clone this repo currently, I just add the path to my clone to my PATH

Usage

Create new branch

gst b new_branch_name  # from trunk
gst b new_branch_name parent_branch
gst b new_branch_name .  # from current branch

Submit/update a stack

gst pr

Print the stack

gst p

Traverse the stack

gst d  # down
gst u  # up, will ask you to choose if multiple options

Rebase all branches on trunk

gst s

Track branch not tracked by gst/switch parent

gst t parent_branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published