Last active
July 12, 2024 06:18
-
-
Save carlosmcevilly/a265c23807b551ed53b9e9e31235d82b to your computer and use it in GitHub Desktop.
Some GitHub search operators
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github search operators | |
date format is: 2023-01-01 | |
repo | |
user:<username> | |
repo:<username>/<repository> | |
org:<organization> | |
code | |
filename:<filename> | |
path:<path> | |
extension:<file extension> | |
language:<language> | |
issue and PR | |
is:<issue or pr> | |
author:<username> | |
assignee:<username> | |
mentions:<username> | |
commenter:<username> | |
label:<label> | |
state:<state> | |
created:<date> | |
updated:<date> | |
commit | |
author:<username> | |
committer:<username> | |
author-date:<date> | |
committer-date:<date> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment