←back to thread

923 points zh2408 | 3 comments | | HN request time: 0.571s | source
1. polishdude20 ◴[] No.43744956[source]
Is there an easy way to have this visit a private repository? I've got a new codebase to learn and it's behind credentials.
replies(2): >>43744978 #>>43767695 #
2. zh2408 ◴[] No.43744978[source]
You can provide GitHub token
3. nitinram ◴[] No.43767695[source]
You can also use it by using the --dir flag once you clone the repository. It can work from a local directory.