Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file added images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
Loading