atom / github

:octocat: Git and GitHub integration for Atom
https://github.atom.io
MIT License
1.11k stars 393 forks source link

Branches are not apdated in #2659

Open KostaMalsev opened 3 years ago

KostaMalsev commented 3 years ago

Prerequisites

Description

When created a branch on git repository, later, in Atom, we can't see the added branch. The designated dropdown box showing only the "main" branch. (see printscreen attached). atom_bug_printscreen

Steps to Reproduce

  1. Create a new branch in Git (web) "new branch"
  2. "Fetch" in git window in Atom
  3. Showing "main" only in Atom dropdown box in git window.

Expected behavior:

Show the added branch

Actual behavior:

Can't see the added branch. Showing only the "main" branch.

Reproduces how often:

Always.

Versions

1.55.0

Additional Information

Thank you, Kosta