You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work in a repo with hundreds of very active contributors and thousands of branches. In order to speed up fetches, I have my .git/config only fetch master branches and those that match start with my username
I work in a repo with hundreds of very active contributors and thousands of branches. In order to speed up fetches, I have my
.git/config
only fetch master branches and those that match start with my username.git/config:
Running the command
GitHub: View (master)
errors out witherror: fatal: Invalid refspec '+refs/heads/nroman-*:refs/remotes/origin/nroman-*'
plugin version 1.2.2
The text was updated successfully, but these errors were encountered: