sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
1.14k stars 112 forks source link

feat: Allow clear all unsatge changes #159

Closed workgroupengineering closed 4 months ago

love-linger commented 4 months ago

You can just do this by 2 steps.

  1. Ctrl + A or ⌘ + A to select all changes in unstaged
  2. Open the context menu for selected changes and click the Discard menu item

I really do not want add a simple button to do this job.