Skip to content

Commit

Permalink
Start a github example for protections
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Guest committed Aug 5, 2022
1 parent c30da28 commit c9cee2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 36_git/sections/EXPLORE_GITHUB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# EXPLORING GITHUB

TODO:

* Find public repos without codeowners
* Clone add codeowners.
* add branch protection for codeowners.
* Check license as well.



```sh
gh repo ls --limit 150 --json name,isPrivate,isFork
```

0 comments on commit c9cee2b

Please sign in to comment.