Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3raphat/undo-commit-button
Adds a button to the status bar to undo the last commit
https://github.com/3raphat/undo-commit-button
Last synced: 1 day ago
JSON representation
Adds a button to the status bar to undo the last commit
- Host: GitHub
- URL: https://github.com/3raphat/undo-commit-button
- Owner: 3raphat
- Created: 2023-11-25T12:37:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T11:12:11.000Z (about 1 year ago)
- Last Synced: 2024-11-10T15:13:27.295Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Undo Commit Button
A simple Visual Studio Code extension that adds an "Undo Commit" button to the status bar, allowing you to easily undo the last Git commit in your workspace.
## Features
- Adds an "Undo Commit" button to the status bar.
- Clicking the button performs a hard reset to undo the last Git commit.## Requirements
- Visual Studio Code
- Git## Installation
1. Install the extension from the Visual Studio Code Marketplace.
2. Reload or restart Visual Studio Code to activate the extension.## Usage
1. Open a workspace with a Git repository.
2. Click on the "Undo Commit" button in the status bar.
3. Confirm the action in the notification that appears.