Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix branch menu on unborn branch #2213
Merged
Conversation
codecov
bot
commented
Jul 19, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #2213 +/- ##
==========================================
+ Coverage 92.7% 92.71% +<.01%
==========================================
Files 216 216
Lines 12352 12347 -5
Branches 1814 1815 +1
==========================================
- Hits 11451 11447 -4
+ Misses 901 900 -1
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
smashwilson commentedJul 19, 2019
Please be sure to read the contributor's guide to the GitHub package before submitting any pull requests.
Requirements
Description of the Change
If you open Atom in a repository after you run
git init .but before you make your first commit, the "branch menu" selector is blank, which looks wrong and is difficult to interact with. I've changed it to show "no branch" instead.Screenshot/Gif
Alternate Designs
N/A
Benefits
Users who initialize a repo from Atom will be less confused.
Possible Drawbacks
N/A
Applicable Issues
N/A
Metrics
N/A
Tests
I opened Atom on a repo I'd just initialized.
Documentation
N/A
Release Notes
User Experience Research (Optional)
N/A