gitpick 3.14.0 → 3.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,11 +14,11 @@ Simply copy the Github URL and run with `npx gitpick <url>`, be that a public or
|
|
|
14
14
|
|
|
15
15
|
## Features
|
|
16
16
|
|
|
17
|
-
- Autodetect branch and target directory if not provided.
|
|
17
|
+
- Autodetect branch and target directory if not provided explicitly.
|
|
18
18
|
- Clone a file or directory from a GitHub repository.
|
|
19
|
-
- Clone from public or private repositories.
|
|
20
|
-
- Sync changes with remote repository at a specified interval.
|
|
21
|
-
- Use shorthands like `
|
|
19
|
+
- Clone from public or private repositories using personal access tokens.
|
|
20
|
+
- Sync changes with remote repository at a specified interval using `-w` or `--watch` flag.
|
|
21
|
+
- Use shorthands like `npx gitpick nrjdalal/gitpick` or `npx gitpick nrjdalal/gitpick/src`, no need to provide full URL.
|
|
22
22
|
|
|
23
23
|
<img width="840" alt="Image" src="https://github.com/user-attachments/assets/78b92ed3-7d5c-48f4-8975-23bd744d3a3c" />
|
|
24
24
|
|