aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.41k stars 346 forks source link

Merge master into feature/testIgnoreMe #5233

Closed aws-toolkit-automation closed 6 days ago

aws-toolkit-automation commented 1 week ago

Automatic merge failed

Command line hint

To perform the merge from the command line, you could do something like the following (where "origin" is the name of the remote in your local git repo):

git stash
git fetch --all
git checkout origin/feature/testIgnoreMe
git merge origin/master
git commit
git push origin HEAD:refs/heads/autoMerge/feature/testIgnoreMe