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
Sometimes you only need a single folder from a repository (instead of downloading the entire repo and ignoring most files). Use the `--folder` flag to restrict processing to a single directory:
44
+
45
+
`git2prompt rust-lang/rust-by-example -f src`
46
+
43
47
## **Filtering**
44
48
45
49
**git2prompt** automatically ignores certain common file types and directories to keep the output clean.
0 commit comments