desktop/desktop

Warn user of unmerged commits before deleting branch

Open

#4.214 geöffnet am 10. März 2018

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (18.758 Stars) (9.945 Forks)batch import
enhancementhelp wantednot-planned

Beschreibung

Description

The user is not warned when deleting a branch which contains commits not yet merged into the master branch.

Version

  • GitHub Desktop: 1.1.0
  • Operating system: Windows 10 / Windows 7

Steps to Reproduce

  1. create new branch
  2. make one or more commits in the new branch
  3. delete the branch

Expected Behavior

A warning that not all commits have been merged into the master branch

Actual Behavior

A warning message is displayed stating that the operation cannot be undone. However, the message doesn't mention that there are commits in this branch which have not been merged into master branch

Additional Information

Logs

Contributor Guide