This commit is contained in:
2026-01-09 11:41:13 -08:00
parent 311a9f69f4
commit a3f68b4c1b
5 changed files with 41 additions and 14 deletions

View File

@@ -6,13 +6,17 @@ draft = false
Wild Cloud is a community-driven, open source project.
## Ask
Want to get in touch with the founder and developer of Wild Cloud v1? Email paul@payne.io.
## Discuss
The [Civil Society Technology Foundation (CSTF)](https://civilsociety.dev) provides a [forum for Wild Cloud community discussion](https://forum.civilsociety.dev/c/wild-cloud/). All are welcome! It's kinda quiet there right now, but hey, if you post now you'll always be remembered as a founding contributor!
## Hack
If you're ready to jump into development, join our project at https://git.civilsociety.dev/wild-cloud. We accept community pull requests related to any of these issues.
If you're ready to jump into development, join our project at https://git.civilsociety.dev/wild-cloud. In addition to source code, you'll find a list of our current [issues](https://git.civilsociety.dev/wild-cloud/issues). We accept community pull requests related to any of these issues.
## Propose

View File

@@ -5,11 +5,7 @@ featureImageCaption: Author unknown. (https://commons.wikimedia.org/wiki/File:Li
summary: "Git is more than just a version control system; it embodies principles of decentralization, resilience, and user self-determination. This article explores how Git's distributed architecture aligns with the values of civil society organizations, enabling them to maintain control over their digital infrastructure."
---
Got it — heres a **Wild Cloud house-style educational article** on **Git**.
---
# Git: The Version Control Superpower
## Git: The Version Control Superpower
Most of us have, at some point, saved a file as `project.doc`, then later as `project-final.doc`, then finally as `project-final-final2.doc`. 😅 That mess is what Git was created to solve. Git is a **version control system**—a tool that lets you track every change to your files, collaborate safely with others, and rewind history if something goes wrong.