Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 601 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 601 Bytes

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