You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Double clicking files in Git tab to stage changes, atom leaves empty Unstaged Changes tabs open for each file, that then have to be closed.
Steps to Reproduce
Project open with multiple unstaged changes files
Git tab, double click several files to stage
or
single click file to stage
Click Stage Changes button
Expected behavior:
Closes the git preview tabs after staging
Actual behavior:
Clicking/staging each file opens "Unstaged Changes" tab that stays open and has to be closed manually.
this is an annoyance when selecting a number of files for staging
at the end the user has to go back through and close the opened Unstaged changes tabs.