-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
status: disable pull cmd on local-only branches #1047
Comments
Somewhat related to this: disable all push/pull commands for repositories with no remotes? I tried Software versiongitui 0.19.0 (cd639b2-modified) Operating systemLinux 5.4.72-microsoft-standard-WSL2 Compile time information
Environment variablesSHELL=/bin/bash
EDITOR=<not set>
GIT_EDITOR=<not set>
VISUAL=<not set> Command-linegitui --bugreport |
hey, @extrawurst I would like to try and tackle this. still a rust newbie. I am a loyal user of gitui :) WDYT? |
I think if you look up there is already a PR for it - feel free to check it out locally and review it - I did not have time to do so yet. |
#1051 only handles the case where no remote is defined at all. we still need to fix the issue when a branch is not upstream but we have a remote defined. a local-only branch. @barkanido please feel free to take a go at it |
@barkanido ping. feel also free to join our discord to further discuss |
based on conversations in #1045
The text was updated successfully, but these errors were encountered: