Skip to content

feat(stacked-diffs): adding amend command and changing title name

Description

This adds the glab stack amend command, which will let you fix up a diff after it's been created. This also changes the term message to description in a few places as it just sounds better to me. message will still be available as an alias for people used to the -m syntax of git.

To test this:

  • glab stack create [stack title] to create a new stack
  • Make some file changes
  • glab stack save to save to a diff
  • Make another file change
  • glab stack amend (optionally with a -m message)
  • Success!

Related Issues

Resolves #[issue_number]

How has this been tested?

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

Edited by Gary Holtz

Merge request reports