flâneur

abhinav/git-spice: Manage stacked Git branches ·

github.com · 349 words · saved by 1 readers

Manage stacked Git branches

Introduction git-spice is a tool for stacking Git branches. It lets you manage and navigate stacks of branches, conveniently modify and rebase them, and create GitHub, Bitbucket, Gitea, or Forgejo Pull Requests or GitLab Merge Requests from them. See https://abhinav.github.io/git-spice/ for more details. Usage looks roughly like this: # Stack a branch on top of the current branch. $ gs branch create feat1 # Stack another branch on top of feat1. $ gs branch create feat2 # Submit pull requests for feat1 and feat2. $ gs stack submit # Pull latest changes from the remote repository # and…

saved by

related reading