Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/Enhancement Request | Remove the "No upstream branch found" message from the git status subcommand #5

Open
JosephLai241 opened this issue Aug 24, 2022 · 0 comments
Assignees
Labels
beta This issue or feature should be resolved or implemented before an official release enhancement New feature or request

Comments

@JosephLai241
Copy link
Owner

Provide Context for the New Feature or Enhancement You Would Like

I recently learned some people do not run git push --set-upstream origin <BRANCH_NAME> when pushing code from a new branch upstream. nomad currently assumes a user would do this, and displays the number of commits ahead of an upstream branch assuming the user has ran that Git command.

A message "No upstream branch found" is displayed if the user does not run that Git command and runs the nd git status subcommand.

Explain Why You Believe This Would Be a Good Feature

The "No upstream branch found" message may become annoying for anyone who does not run that Git command to set the upstream branch. I think I should remove this message and only display the number of commits ahead if the user chooses to set the upstream branch.

Is Your Request Related To a Problem?

N/A

Describe Alternatives You Have Considered

N/A

Additional Context

N/A

@JosephLai241 JosephLai241 added enhancement New feature or request beta This issue or feature should be resolved or implemented before an official release labels Aug 24, 2022
@JosephLai241 JosephLai241 self-assigned this Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta This issue or feature should be resolved or implemented before an official release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant