diff --git a/README.md b/README.md index 0c3a2f0..3d03e6c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ The **Git Fixup** is a lightweight VS Code extension that simplifies the process This extension helps developers to streamline their Git workflows and keep commit histories clean and organized. +![Demo video](https://raw.githubusercontent.com/teogeb/git-fixup/main/images/demo.gif) + ## Features - **Select Commit for Fix-Up**: Choose any commit from the current branch to apply staged changes as a fix-up. diff --git a/images/demo.gif b/images/demo.gif new file mode 100644 index 0000000..115c644 Binary files /dev/null and b/images/demo.gif differ diff --git a/package.json b/package.json index e0ad1c1..40d9c5c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Git Fixup", "version": "1.0.0", "publisher": "gebhard", - "description": "Manage git fix-up commits easily", + "description": "Manage Git fix-up commits easily", "categories": [ "Other" ],