jvcs 1.2.2 → 1.2.3
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# jvcs — A Lightweight Git & GitHub Clone
|
|
2
2
|
|
|
3
|
-
> **jvcs**
|
|
3
|
+
> **jvcs** — a simple, beginner-friendly version control system built to make Git-like workflows easier to understand and use.
|
|
4
4
|
> Designed to simplify core version control operations like committing, reverting, pushing, and cloning — all without the complexity of branches or merges.
|
|
5
5
|
|
|
6
6
|
---
|