Skip to content

feat(stacked-diffs): Add save command

Gary Holtz requested to merge gmh-stacked-diffs-add-save-command into gmh-stacked-diffs

Description

Add initial save command for stacks. The complete command will come in subsequent MRs.

How to test:

To test, first find a git repo you're ok messing with and create a stack using the new/create command:

glab stack new hello-there

Then make some changes to a file and type glab stack save.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Relates to #7469 (closed)

Edited by Gary Holtz

Merge request reports

Loading