Git Nacht
A sassy VSCode extension that stages all your files with one click. Perfect for lazy developers who hate typing git add . repeatedly.
Features
- One-click staging – Click the status bar button to instantly run
git add .
- Smart git detection – Warns you if you haven't initialized git yet (with attitude)
- Works everywhere – Compatible with any VSCode workspace
Installation
- Open VSCode
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Git Nacht"
- Click Install
That's it! You're ready to go.
Usage
- Open a project folder in VSCode
- Look for the "Git Nacht" button in the status bar (bottom right)
- Click it to stage all changes with
git add .
- See the success message confirming files are staged
- Commit your changes as usual
What happens if git isn't initialized?
You'll get a friendly error message: "You haven't git init yet dumbass" 
Keyboard Shortcut
You can also run the command from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):
- Search for "Git Nacht: Add All"
- Press Enter
License
MIT - See LICENSE file for details
| |