Invert a scope #9864
-
Is there syntax for inverting a scope? It seems like possibly not, but such a thing might be nice. E.g. if I want to find uses of my library, I want to write something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should be able to change your search term to this: (Example search without exclusion: "https://twitter.com/JulianWasTaken" |
Beta Was this translation helpful? Give feedback.
You should be able to change your search term to this:
mylib AND NOT user:Julian
Also see https://cs.github.com/about/syntax#boolean :)
(Example search without exclusion: "https://twitter.com/JulianWasTaken"
with: "https://twitter.com/JulianWasTaken" AND NOT user:Julian
)