.nh .TH "glab" "1" "Nov 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-stack-amend - Save more changes to a stacked diff. (EXPERIMENTAL.) .SH SYNOPSIS .PP \fBglab stack amend [flags]\fP .SH DESCRIPTION .PP Add more changes to an existing stacked diff. .PP This feature is experimental. It might be broken or removed without any prior notice. Read more about what experimental features mean at \[la]https://docs.gitlab.com/ee/policy/experiment\-beta\-support.html\[ra] .PP Use experimental features at your own risk. .SH OPTIONS .PP \fB-d\fP, \fB--description\fP="" a description of the change .PP \fB-m\fP, \fB--message\fP="" alias for the description flag .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX glab stack amend modifiedfile glab stack amend . -m "fixed a function" glab stack amend newfile -d "forgot to add this" .EE .SH SEE ALSO .PP \fBglab-stack(1)\fP